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).
Now that we are using bitcoinlib, we should extend our
BitcoinWalletto 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 theBitcoinWalletclass (although I would prefer to renameBitcoinWalletto something likeBitcoinlibWalletand create subclasses from this superclass).Besides mainnet wallets, we should also have some testnet wallets for these networks (bitcoinlib also supports this).