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.
dep ensure
go test ./...
.
├── 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