Tribler / anydex-core

The Universal Decentralized Exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate Litecoin and Dash in the market

devos50 opened this issue · comments

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).

@devos50 should this be moved to the anydex issues now?