文件名称:bip44-常量:此软件包提供了BIP44硬币常量,如下所示:https:github.comsatoshilabsslipsblobmasterslip-0044.md
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-21 03:40:13
bitcoin bip44 BitcoinJavaScript
BIP44常数 该软件包提供了BIP44硬币常量,如下所示: : 您可以阅读有关更多信息。 安装 npm i --save bip44-constants 用法 const constants = require ( 'bip44-constants' ) console . log ( constants ) // iterate through constants // format: constant, coinSymbol, coinName // ie. [ 0x80000002, "LTC", "Litecoin" ] // Some rows have no coin and are just indices and constants constants . forEach ( row => { const constant = row [ 0 ] const coinSymbol = row [ 1 ] const coinName = row [ 2 ] // ... console . log ( coinName , coinSymb
【文件预览】:
bip44-constants-master
----index.js(28KB)
----package.json(791B)
----.github()
--------workflows()
----update.js(2KB)
----LICENSE(1KB)
----.gitignore(14B)
----CHANGELOG.md(2KB)
----README.md(2KB)
----npm_login_expect(288B)