1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-20 18:05:59 +00:00
Files
bips/bip-0360/ref-impl/js

= BIP 360 Javascript Reference Implementation

:numbered:

== procedure

-----
$ npm install

# compile Typecript
$ npx tsc


# run tests
$ node src/p2mr-example.ts
$ node src/test-npm-pqc-package.js  
-----