-
Notifications
You must be signed in to change notification settings - Fork 274
API Documentation on how to create the wallet files, HD wallets #2
Comments
Hi. This library does not support 'fancy' wallet stuff yet, only some simple methods dealing with the private key directly. But I'll look into adding support for more sophisticated wallets if you need it. |
Hi @simolus3 I may even be willing to contribute to this lib. I have been developping wallets on the Android platform prior to discovering Flutter months ago, now I can't think a mobile development world without Flutter and all the benefits it brings in terms of dev time and productivity. |
Sounds great, I'd appreciate it much if you could invest some of your time in this project! |
Are you planning to add support for those |
I am. However, I've already started implementing wallet loading and decryption following this standard, so I think the best way here would be to wait until I've published the basic code dealing with wallets (should only take 1-2 from now, I hope). After that, you can add support for Mnemonics or more sophisticated use-cases of Wallets into this library if you want to. |
Great ! |
I've published an update with wallet support to this repository, but its not out on pub yet so that I can get some feedback as it breaks backwards compatibility. dependencies:
web3dart:
git: https://github.com/simolus3/web3dart.git |
Excellent I have started to try it, I have just realized the type mismatch error that was surfacing is now fixed and a couple of API changes you have made. On the other news, I started the mnemonic generation work following the web3j and others, and I have been able to get somewhere. |
It would be great if you could add more documentation on how to create a fresh new wallet.
All the interesting stuffs like HD Wallets, Mnemonic recovery, ...
I'd really like to see if I can use this lib in my flutter application.
The text was updated successfully, but these errors were encountered: