bitcoin-payment-channel: Library for working with Bitcoin payment channels
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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).
Properties
Versions | 0.1.0.0, 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 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), base16-bytestring, base58string, binary, bytestring, cereal, haskoin-core, hexstring, 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-05-13T15:04:32Z |
Modules
- Data
- Bitcoin
- Data.Bitcoin.PaymentChannel
- Data.Bitcoin.PaymentChannel.Types
- Data.Bitcoin.PaymentChannel.Util
- Data.Bitcoin.PaymentChannel
- Bitcoin
Downloads
- bitcoin-payment-channel-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees