参照 MyEtherWallet实现Android 客户端映射Dapp
需要的数据:
1.矿工费用:Gas 可通过rpc接口 eth_estimategas 获取
2.事物数量:可通过rpc接口 eth_getTransactionCount 获取
3.交易数据:
函数名:register(string)
func = 函数名sha3一次之后,转16进制,截取0-7位
eosPublic = 需要通过 encodeParameters 函数编码Eos公玥地址(UTF-8)
然后拼接 0xfunc+eosPublic
稍等,后面还需要sign一次
下次有空继续更新,大体大体是这样
网友评论