platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
After removal of the insight api `getUTXO` method to retrieve the balance of an external address one must use a centralized insight server or use the low level `subscribeToTransactionsWithProofs` method...
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,...