bmultisig
Version:
Bcoin wallet plugin for multi signature transaction proposals
34 lines (22 loc) • 1.08 kB
Markdown
# bmultisig
[![CircleCi Status][circleci-status-img]][circleci-status-url]
[![Coverage Status][coverage-status-img]][coverage-status-url]
bmultisig is a [bcoin][bcoin] plugin which adds multisig wallet http endpoints and events to bwallet for payment proposals.
## Usage
``` bash
$ npm install -g bmultisig
$ bcoin --no-wallet
$ bmultisig
```
## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`
## License
Copyright (c) 2018, The Bcoin Developers (MIT License)
See LICENSE for more info.
[bcoin]: https://github.com/bcoin-org/bcoin
[coverage-status-img]: https://codecov.io/gh/bcoin-org/bmultisig/badge.svg?branch=master
[coverage-status-url]: https://codecov.io/gh/bcoin-org/bmultisig?branch=master
[circleci-status-img]: https://circleci.com/gh/bcoin-org/bmultisig/tree/master.svg?style=shield
[circleci-status-url]: https://circleci.com/gh/bcoin-org/bmultisig/tree/master