UNPKG

fcash-channel

Version:

Add payment channels support to fcash-base

25 lines (14 loc) 1.6 kB
<img src="http://www.fcash.cash/css/images/module-channel.png" alt="fcash-base payment channels" height="35"> # Payment Channels for Fcash [![NPM Package](https://img.shields.io/npm/v/fcash-channel.svg?style=flat-square)](https://www.npmjs.org/package/fcash-channel) [![Build Status](https://img.shields.io/travis/fcash-js/fcash-channel.svg?branch=master&style=flat-square)](https://travis-ci.org/fcash-js/fcash-channel) [![Coverage Status](https://img.shields.io/coveralls/fcash-js/fcash-channel.svg?style=flat-square)](https://coveralls.io/r/fcash-js/fcash-channel) A module for [fcash-base][fcash-base] 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 fcash-base repo][fcash-base] or the [fcash-base guide on Payment Channels](http://www.fcash.cash/guide/module/channel/index.html) for more information. ## Contributing See [CONTRIBUTING.md](https://github.com/fcash-js/fcash-base/blob/master/CONTRIBUTING.md) on the main fcash-base repo for information about how to contribute. ## License Code released under [the MIT license](https://github.com/fcash-js/fcash-base/blob/master/LICENSE). Copyright 2013-2015 Fcash, Inc. Fcash is a trademark maintained by Fcash, Inc. [fcash-base]: https://github.com/fcash-js/fcash-base [channel]: https://bitcoin.org/en/developer-guide#micropayment-channel