Michael Michailidis
Michael Michailidis
I used to work with this library but some of my old projects no longer compile as the library is throwing an error: ```bash 4 warnings and 4 errors generated....
After a few suggestions on the Issues forum (#12) I decided to add the missing packaging functionality together with sample icons for mac and windows
I am trying to include wallet-lib in a React Native project. I understand the library is isomorphic, so it should compile without using the core NodeJS modules. @Alex-Werner had created...
I see that `wallet-lib` stores its private keys in memory [as a property](https://github.com/dashevo/wallet-lib/blob/c593da7747c242b544261233d59ebd8a5c29e6eb/src/types/Wallet/methods/fromMnemonic.js#L19), as well as in-memory on the `KeyChain`. Is there a way to replaced this with a secure,...