去中心化加密货币钱包系统设计 2018-09-06 本文已影响6人 老码农不上班 产品:去中心化钱包 版本:V1 (支持 ETH 和主流 ERC20) 服务:客户端、以太坊节点、后端服务 architecture.png 业务流 system_logic_flow.png 客户端: 生成账户 导入账户 构建、签名、发送交易 查询余额、交易记录 节点 提供查询:余额、gasPrice、account nonce 广播交易 服务端 提供接口:节点信息、交易历史 消息推送 解析账本信息(历史交易记录) 参考链接 Designing the architecture for your Ethereum application What number of confirmations is considered secure in Ethereum? How to programmatically detect and accept ETH and ERC20 deposits Chain Reorganization (TX HASH Change) transactions of an address - example code please