chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Problem : Missing better abstraction around wallet concept

Open crypto-eddy opened this issue 4 years ago • 0 comments

A good abstraction around the wallet concept might be needed for a number of reasons :

  • Wrapper on top of keys origin: mnemonic (HD), keyPair, or raw private key data.
  • Can be initialized with network params: network awareness
  • Encapsulates key functions : signTx(), getAddress(), etc, ...

crypto-eddy avatar Oct 27 '20 14:10 crypto-eddy