bitcoin-payment-channel: Library for working with Bitcoin payment channels
A Bitcoin payment channel allows two parties two send value to each other very rapidly. The speed of the value transfer is limited primarily by network latency, and payments cannot be double spent, as the receiver of funds is defined during channel setup. The channel setup procedure is trustless, in that the funding party is able to retrieve the funds, after a chosen expiration date, in case the receiving party goes missing. This library implements a type of payment channel (CHECKLOCKTIMEVERIFY-style) where channel setup is safe from transaction ID malleability, and value transfer is uni-directional (one party sends and the other party receives).
Modules
- Data
- Bitcoin
- Data.Bitcoin.PaymentChannel
- Data.Bitcoin.PaymentChannel.Types
- Data.Bitcoin.PaymentChannel.Util
- Data.Bitcoin.PaymentChannel
- Bitcoin
Downloads
- bitcoin-payment-channel-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 1.0.0.0, 1.0.1.0, 1.2.0.0 (info) |
---|---|
Dependencies | aeson, base (>=4.7 && <5), base16-bytestring, base58string, base64-bytestring, binary, bitcoin-payment-channel, bytestring, cereal, haskoin-core, hexstring, QuickCheck, scientific, text, time [details] |
License | LicenseRef-PublicDomain |
Author | Rune K. Svendsen <runesvend@gmail.com> |
Maintainer | Rune K. Svendsen <runesvend@gmail.com> |
Category | Bitcoin, Finance, Network |
Home page | https://github.com/runeksvendsen/bitcoin-payment-channel |
Bug tracker | https://github.com/runeksvendsen/bitcoin-payment-channel/issues |
Source repo | head: git clone git://github.com/runeksvendsen/bitcoin-payment-channel.git |
Uploaded | by runeks at 2016-06-04T16:39:53Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | Test |
Downloads | 11356 total (24 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-11-24 [all 3 reports] |