Skip to content

Instantly share code, notes, and snippets.

@dmp1ce
Last active April 19, 2019 01:21
Show Gist options
  • Save dmp1ce/81691915415f62dfaf0efca815f7d8e4 to your computer and use it in GitHub Desktop.
Save dmp1ce/81691915415f62dfaf0efca815f7d8e4 to your computer and use it in GitHub Desktop.
Bitcoin related opensource projects

Open source projects related to bitcoin.

Bitcoin

Store of value layer. Nodes for maintaining the network and wallets for managing keys and ledger changes.

Bitcoin node software

  • bitcoin-core: Primary software for maintaining the bitcoin network. release feed
  • btcd: Alternative full node software written in Go language. Often used by developers for developing Lightning network.

Bitcoin wallet software

Lightning

Payments layer. Nodes for maintaining the payment channels and wallets for managing channels and payments.

Lightning node software

Lightning wallet software

Exchanges

  • Bisq: A safe, private and decentralized bitcoin exchange network. release feed

Other

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment