simple-tron-hd-wallet
v1.0.0
Published
HD wallet implementation for TRON Blockchain
Downloads
1
Readme
simple-tron-hd-wallet
Simplified implementation of HD wallet for TRON
Example:
const MNEMONIC =
"what upgrade frown humble clock elder rely short deal fluid clip rice";
const wallet = new HDWallet(MNEMONIC);
const { address, privateKey, publicKey } = await wallet.derive(0, 0);