https://github.com/bitpay/bitcore-channel
Payment channels smart contract support for bitcore.
https://github.com/bitpay/bitcore-channel
Last synced: 3 months ago
JSON representation
Payment channels smart contract support for bitcore.
- Host: GitHub
- URL: https://github.com/bitpay/bitcore-channel
- Owner: bitpay
- License: mit
- Created: 2014-10-25T11:58:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T09:03:56.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:41:23.677Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 780 KB
- Stars: 49
- Watchers: 23
- Forks: 49
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cryptocoinjs - bitcoin - lib (List of content / Utilities)
README
![]()
# Payment Channels for Bitcore[](https://www.npmjs.org/package/bitcore-channel)
[](https://travis-ci.org/bitpay/bitcore-channel)
[](https://coveralls.io/r/bitpay/bitcore-channel)A module for [bitcore][bitcore] that implements [Payment Channels][channel]. Payment channels (sometimes referred as micropayment channels) are a type of smart contracts that allow rapidly adjusting bitcoin transactions. This can be used to do trustless simultaneous payments with a service provider without the need of an intermediary, and some other applications.
See [the main bitcore repo][bitcore] or the [bitcore guide on Payment Channels](http://bitcore.io/guide/module/channel/index.html) for more information.
## Contributing
See [CONTRIBUTING.md](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) on the main bitcore repo for information about how to contribute.
## License
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
[bitcore]: https://github.com/bitpay/bitcore
[channel]: https://bitcoin.org/en/developer-guide#micropayment-channel