Open ryanxcharles opened 4 years ago
Great library, thank you for this work 👍 Regarding the final item:
make it so that in TESTNET/MAINNET mode when you generate a new object, it gives you what you expect
This is a shared objective, how do you envision this implemented?
I see there are unused files:
testnet-bip-32.js
testnet-key-pair.js
testnet-priv-key.js
mainnet-address.js
mainnet-bip-32.js
mainnet-key-pair.js
mainnet-priv-key.js
Is this a start? What about a Wallet class with mode conditional retrieval functions? *I suppose a Transaction class would also be helpful (as we cannot .Testnet a Tx object)
Thanks