0.0.3 • Published 6 years ago

bdsnp v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

bDSNP

bDSNP is a bcoin plugin that implements DSNP, a decentralized session negotiation protocol.

setup

there is a package: https://www.npmjs.com/package/bdsnp install:

$ npm i bdsnp

run your bcoin node and specify the module as a plugin.

that's really it. clone and run make test if you're really concerned

docs

to generate documentation, run make docs