Skip to content

Patrickdlg/bDSNP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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