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.
Installation
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:
go get -u github.com/spolu/settle/...