Skip to content

cryptogarageinc/dlc

 
 

Repository files navigation

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

About

Discreet Log Contracts library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Shell 1.4%
  • Makefile 0.1%