skulls
skulls
I have exported the extended private key from mobile wallet and tried to convert to get the private the key, private key wif and address with following code ``` const...
Hi All, `const ecc = require('tiny-secp256k1'); console.log(ecc.isPoint) const { BIP32Factory } = require('bip32'); // You must wrap a tiny-secp256k1 compatible implementation const bip32 = BIP32Factory(ecc); const bip39 = require('bip39'); const...
Tried to create wallet using following command $yarn run simpleAccount address Later fund some eth to generated address then tried the following $ yarn run simpleAccount transfer --to 0x17462eA99F7D4502347d629Dbd6f866Ee54E38E1 --amount...