ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

Begin Wallet class #14

Closed wildmolasses closed 4 years ago

wildmolasses commented 4 years ago

Draft of Wallet class, will implement the requirements of #11 #12 #13

wildmolasses commented 4 years ago

Hi you guys, this Wallet class provides functionality for issues 11, 12, 13. Before merge, I would like to think about the class api a little more. I'd also like to do some documentation and cleanup. I've started writing tests for seed phrase stuff as well as password encryption/decryption, but more tests will surely be written. I'd be happy to receive feedback now or after cleanup. Thanks!