jwallet-web-keystore:jwallet Web应用程序的密钥库管理器

时间:2024-05-26 14:58:08
【文件属性】:

文件名称:jwallet-web-keystore:jwallet Web应用程序的密钥库管理器

文件大小:62KB

文件格式:ZIP

更新时间:2024-05-26 14:58:08

JavaScript

jwallet-web-keystore 以太坊区块链钱包管理库。 关于 密钥库可以容纳两种类型的read only / full access钱包: privateKey / address mnemonic / bip32XPublicKey 另外,Keystore API还提供了几种来处理助记符/哈希/密码。 开始使用 npm install jwallet-web-keystore const Keystore = require ( 'jwallet-web-keystore' ) const keystore = new Keystore ( props ) 可用的npm脚本: lint :检查代码风格的错误 test :运行摩卡测试 clean :清洁./lib目录 compile : clean ,然后编译库 build : lint , compile和test


【文件预览】:
jwallet-web-keystore-master
----.eslintrc(1KB)
----src()
--------Keystore.js(16KB)
--------password.js(2KB)
--------utils.js(3KB)
--------mnemonic.js(2KB)
--------migrations.js(922B)
--------encryption.js(2KB)
--------index.js(66B)
----.babelrc(124B)
----.npmignore(17B)
----LICENSE(1KB)
----test()
--------createAddressWalletTest.js(6KB)
--------createReadOnlyMnemonicWalletTest.js(4KB)
--------createReadOnlyAddressWalletTest.js(5KB)
--------migrations()
--------createMnemonicWalletTest.js(7KB)
--------serializeDeserializeTest.js(2KB)
--------staticMethodsTest.js(6KB)
----README.md(14KB)
----.lintstagedrc(28B)
----.gitignore(889B)
----index.js(61B)
----.eslintignore(32B)
----package-lock.json(174KB)
----package.json(2KB)

网友评论