Payment channels smart contract support for bitcore.
JavaScript
Latest commit eef80d0 Oct 22, 2015 @braydonf braydonf Merge pull request #36 from unusualbob/patch-1
Fix typo
Permalink
Failed to load latest commit information.
docs Fix typo Oct 22, 2015
examples
lib bitcore -> bitcore-lib Oct 16, 2015
test reference bitcore.Networks normally Oct 16, 2015
.gitignore add docs, previously ignored Jan 19, 2015
.jshintrc Upgrade to bitcore 0.8 Jan 7, 2015
.travis.yml add .travis.yml Jan 16, 2015
LICENSE Update package.json and gulpfile Jan 9, 2015
README.md General updates and cleanup. Jun 4, 2015
bower.json Bump package version to 1.0.1 Oct 21, 2015
gulpfile.js upgrade to new build system Jan 16, 2015
index.js Renamed files match lowercase naming convention. Jan 20, 2015
package.json Bump package version to 1.0.1 Oct 21, 2015

README.md

bitcore payment channels

Payment Channels for Bitcore

NPM Package Build Status Coverage Status

A module for bitcore that implements Payment Channels. 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 or the bitcore guide on Payment Channels for more information.

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.