moneybutton / bsv

Bitcoin SV javascript library
Other
204 stars 105 forks source link

bsv 3.0 epic checklist #184

Open ryanxcharles opened 3 years ago

ryanxcharles commented 3 years ago
F1r3Hydr4nt commented 3 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