Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bcoin-org/bmultisig
- Owner: bcoin-org
- License: other
- Created: 2018-02-19T18:43:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T08:30:57.000Z (over 3 years ago)
- Last Synced: 2024-09-23T12:08:33.609Z (4 months ago)
- Topics: bitcoin, cryptocurrency, multisig, nodejs, wallet
- Language: JavaScript
- Homepage:
- Size: 669 KB
- Stars: 11
- Watchers: 12
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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