mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-09 15:53:54 +00:00
19 lines
209 B
Plaintext
19 lines
209 B
Plaintext
|
|
|
||
|
|
= 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
|
||
|
|
-----
|