Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 988 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 988 Bytes

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