Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitpay/bitcore-channel
Payment channels smart contract support for bitcore.
https://github.com/bitpay/bitcore-channel
Last synced: 2 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T09:03:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T09:28:45.917Z (2 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[![NPM Package](https://img.shields.io/npm/v/bitcore-channel.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-channel)
[![Build Status](https://img.shields.io/travis/bitpay/bitcore-channel.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore-channel)
[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore-channel.svg?style=flat-square)](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