Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bcoin-org/bmultisig

bcoin compatible multisig wallet server
https://github.com/bcoin-org/bmultisig

bitcoin cryptocurrency multisig nodejs wallet

Last synced: 3 months ago
JSON representation

bcoin compatible multisig wallet server

Awesome Lists containing this project

README

        

# 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. ``

## 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