Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 867 Bytes

Discreet Log Contracts (DLC)

CircleCI

Discreet Log Contracts (DLC) are smart contracts proposed by Thaddeus Dryja in this paper, which allow you to facilitate conditional payment on Bitcoin. This library is an experimental implementation of DLC, aimed to be used in the Bitcoin mainnet.

Setup project

Install dependencies

dep ensure

Run test

go test ./...

Project Layout

.
├── README.md
├── Gopkg.toml
├── Gopkg.lock
├── pkg // Library code that's ok to use by external applications
├── internal // Privade code that you don't want external applications importing
└── vendor

License

MIT License