Skip to content
/ settle Public

Decentralized trust graph for value exchange without a blockchain

License

Notifications You must be signed in to change notification settings

spolu/settle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Settle

Decentralized trust graph for value exchange without a blockchain.

Settle's goal is to explore a new financial trust primitive on the Internet, and doing so, construct a decentralized trust graph enabling (totally) free exchange of value without relying on a blockchain.

https://settle.network

Installing the settle client

Install settle locally (under ~/.settle):

curl -L https://settle.network/install | sh && export PATH=$PATH:~/.settle

Or from the source, assuming you have Go installed (version 1.7 or higher):

go get -u github.com/spolu/settle/...

Building and running tests

To speed up build and test execution, run go install from the following vendored packages to avoid recompiling them at each build or test run:

./vendor/github.com/mattn/go-sqlite3

To run tests you may need to increase the number of open files permitted on your account with:

ulimit -n 4096

About

Decentralized trust graph for value exchange without a blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published