Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 604 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

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/...