bip32:与BIP32兼容的库

时间:2021-02-01 07:56:11
【文件属性】:
文件名称:bip32:与BIP32兼容的库
文件大小:43KB
文件格式:ZIP
更新时间:2021-02-01 07:56:11
bitcoin ecdsa bip32 bitcoinjs bitcoinjs-lib bip32 一个用TypeScript编写的兼容库,已将已转译JavaScript提交给git。 例 打字稿 import * as bip32 from 'bip32' ; import { BIP32Interface } from 'bip32' ; let node : BIP32Interface = bip32 . fromBase58 ( 'xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi' ) ; let child : BIP32Interface = node . derivePath ( 'm/0/0' ) ; // ... 节点JS let bip32 = require ( 'bip32' ) let node = bip32 . fromBase58 ( 'xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkV
【文件预览】:
bip32-master
----.prettierignore(0B)
----.gitignore(34B)
----tsconfig.json(657B)
----README.md(1KB)
----test()
--------fixtures()
--------index.js(6KB)
----LICENSE(1KB)
----ts-src()
--------crypto.ts(542B)
--------bip32.ts(11KB)
--------index.ts(106B)
----package.json(2KB)
----tslint.json(839B)
----CONTRIBUTING.md(194B)
----src()
--------crypto.js(677B)
--------bip32.js(11KB)
--------index.js(285B)
----types()
--------bip32.d.ts(1KB)
--------index.d.ts(96B)
--------crypto.d.ts(159B)
----.prettierrc.json(52B)
----.travis.yml(362B)
----package-lock.json(64KB)

网友评论