上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 64 下一页
摘要: https://github.com/ethereum/wiki/wiki/Inter-exchange-Client-Address-Protocol-(ICAP) Transferring funds between third-party accounts, especially those 阅读全文
posted @ 2018-11-20 15:06 慢行厚积 阅读(1315) 评论(0) 推荐(0) 编辑
摘要: https://github.com/trufflesuite/truffle-hdwallet-provider/blob/master/index.js 实现代码 truffle-hdwallet-provider/index.js 使用: 安装: 返回: 就成功生成了m/44'/60'/0'/ 阅读全文
posted @ 2018-11-20 10:23 慢行厚积 阅读(3370) 评论(0) 推荐(0) 编辑
摘要: 1.使用HD钱包的好处(链接:https://www.jianshu.com/p/53405db83c16) 备份更容易 传统钱包的问题是一个钱包可能存有一堆密钥地址,每个地址都有一些比特币。这样备份钱包的时候,需要备份所有的密钥。但如果之后生成了一个新地址,你就需要重新备份一次。事实上,每次生成新 阅读全文
posted @ 2018-11-19 15:46 慢行厚积 阅读(5662) 评论(0) 推荐(1) 编辑
摘要: Abstract This BIP defines a logical hierarchy for deterministic wallets based on an algorithm described in BIP-0032 (BIP32 from now on) and purpose sc 阅读全文
posted @ 2018-11-19 15:34 慢行厚积 阅读(2703) 评论(0) 推荐(0) 编辑
摘要: Abstract This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of d 阅读全文
posted @ 2018-11-19 14:40 慢行厚积 阅读(3833) 评论(0) 推荐(0) 编辑
摘要: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki RECENT CHANGES: (16 Apr 2013) Added private derivation for i ≥ 0x80000000 (less risk of 阅读全文
posted @ 2018-11-19 11:15 慢行厚积 阅读(4152) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethjs/ethjs/blob/master/docs/user-guide.md Install Usage const Eth = require('ethjs'); const eth = new Eth(new Eth.HttpProvider('ht 阅读全文
posted @ 2018-11-15 18:01 慢行厚积 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: https://www.myetherwallet.com/#generate-wallet myEtherWallet是一款在线钱包,当你不想安装类似metamask这样的插件时,可以选择使用它 1调节gas price: 当然,调得越高,你每笔交易付出的gas也就越多 2.new wallet 阅读全文
posted @ 2018-11-15 17:05 慢行厚积 阅读(3066) 评论(0) 推荐(0) 编辑
摘要: 通过看其test的代码去好好看看它是怎么使用的 1. provider-engine/test/basic.js 返回结果: 2. provider-engine/test/cache-utils.js provider-engine/util/rpc-cache-utils.js 返回: 3. p 阅读全文
posted @ 2018-11-15 15:27 慢行厚积 阅读(525) 评论(0) 推荐(0) 编辑
摘要: https://github.com/MetaMask/provider-engine 在学习这个之前应该先看一下什么是zero-client,MetaMask/zero-client Web3 ProviderEngine Web3 ProviderEngine is a tool for com 阅读全文
posted @ 2018-11-14 16:41 慢行厚积 阅读(709) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 64 下一页