chain-jslib
chain-jslib copied to clipboard
Problem : Missing better abstraction around wallet concept
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, ...