Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 416 Bytes

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