上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 64 下一页
摘要: https://github.com/OriginProtocol/origin-playground 通过ERC 725 and ERC 735 的实现来说明它们到底是做什么的: 看了这个例子后才大概明白了claim,key,identity之间的关系,就比如有一个合约为Claim checker 阅读全文
posted @ 2018-11-23 16:31 慢行厚积 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-725.md 725 Proxy Identity Fabian Vogelsteller (@frozeman) https://github.com/ethereum/EIPs/issue 阅读全文
posted @ 2018-11-23 16:30 慢行厚积 阅读(402) 评论(0) 推荐(0) 编辑
摘要: PBKDF2 简单而言就是将salted hash进行多次重复计算,这个次数是可选择的。如果计算一次所需要的时间是1微秒,那么计算1百万次就需要1秒钟。假如攻击一个密码所需的rainbow table有1千万条,建立所对应的rainbow table所需要的时间就是115天。这个代价足以让大部分的攻 阅读全文
posted @ 2018-11-23 15:13 慢行厚积 阅读(2583) 评论(0) 推荐(0) 编辑
摘要: 看https://github.com/ethereum/EIPs/pull/712 Why personal_* namespace instead of eth_* namespace? I believe the personal_ prefix was an attempt to separ 阅读全文
posted @ 2018-11-23 14:29 慢行厚积 阅读(433) 评论(0) 推荐(0) 编辑
摘要: ethereumjs/ethereumjs-util Most of the string manipulation methods are provided by ethjs-util 更多的字符串处理方法可以看ethjs-util addHexPrefix index.js:563-569 Ad 阅读全文
posted @ 2018-11-23 11:29 慢行厚积 阅读(2372) 评论(0) 推荐(0) 编辑
摘要: https://github.com/MetaMask/zero-client MetaMask ZeroClient and backing iframe service architecture here is a comparison of the extension-based and if 阅读全文
posted @ 2018-11-22 17:26 慢行厚积 阅读(771) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ConsenSys/eth-lightwallet LightWallet A minimal ethereum javascript wallet.一个小型的钱包 About LightWallet is a HD wallet that can store 阅读全文
posted @ 2018-11-22 16:57 慢行厚积 阅读(2226) 评论(0) 推荐(0) 编辑
摘要: Utilities for handling Ethereum keys ethereumjs-wallet A lightweight wallet implementation. At the moment it supports key creation and conversion betw 阅读全文
posted @ 2018-11-21 11:40 慢行厚积 阅读(4079) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-tx A simple module for creating, manipulating and signing ethereum transactions 安装: example: Note: this packa 阅读全文
posted @ 2018-11-20 17:50 慢行厚积 阅读(3055) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-icap ethereumjs-icap 安装: Utilities for handling ICAP addresses. It works in Node.js as well as in the browser 阅读全文
posted @ 2018-11-20 16:15 慢行厚积 阅读(910) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 64 下一页