You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we are using bitcoinlib, we should extend our BitcoinWallet to also support the Litecoin and Dash cryptocurrencies. Fortunately, this is trivial to do since bitcoinlib supports creation of these wallets already. Theoretically, it should be as easy as subclassing the BitcoinWallet class (although I would prefer to rename BitcoinWallet to something like BitcoinlibWallet and create subclasses from this superclass).
Besides mainnet wallets, we should also have some testnet wallets for these networks (bitcoinlib also supports this).
The text was updated successfully, but these errors were encountered:
Now that we are using bitcoinlib, we should extend our
BitcoinWallet
to also support the Litecoin and Dash cryptocurrencies. Fortunately, this is trivial to do since bitcoinlib supports creation of these wallets already. Theoretically, it should be as easy as subclassing theBitcoinWallet
class (although I would prefer to renameBitcoinWallet
to something likeBitcoinlibWallet
and create subclasses from this superclass).Besides mainnet wallets, we should also have some testnet wallets for these networks (bitcoinlib also supports this).
The text was updated successfully, but these errors were encountered: