Skip to content

ether wallet create,ethereum update 以太坊钱包创建

License

Notifications You must be signed in to change notification settings

TrustExCoin/HSEther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSEther ether wallet create

您的star是我最大的动力

1.0 临时主要功能(2018-04-20):

1 离线创建钱包 生成对应算法助记词、私钥、keystore(生成钱包

2 验证钱包keystore和密码 (keystore导入钱包

3 验证私钥(私钥导入钱包

4 验证助记词(助记词导入钱包

以上安全起见,不调用接口实现,全部本地离线验证。

1.2 主要添加功能(预计2018-04-30):

1 查询以太坊余额

2 查询基于以太坊公链token代币余额

3 查询交易记录

4 查询交易详情


支持 cocoaPods

cocoaPods HSEther

ios version 10.0+


具体用法 详见Demo

创建钱包

+(void)hs_createWithPwd:(NSString *)pwd block:(void(^)()block;

助记词导入

+(void)hs_inportMnemonics:(NSString *)mnemonics pwd:(NSString *)pwd block:(void(^)()block;

KeyStore 导入

+(void)hs_importKeyStore:(NSString *)keyStore pwd:(NSString *)pwd block:(void(^)()block;

私钥导入

+(void)hs_importWalletForPrivateKey:(NSString *)privateKey pwd:(NSString *)pwd block:(void(^)()block;


提供 非静态库源码,包括iOS和Android

提供 技术支持,包括iOS和Android

联系wechat: iHoushuai


                                             

About

ether wallet create,ethereum update 以太坊钱包创建

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.4%
  • Ruby 0.6%