Tribler / anydex-core

The Universal Decentralized Exchange
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Integrate Litecoin and Dash in the market #25

Open devos50 opened 6 years ago

devos50 commented 6 years ago

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

qstokkink commented 5 years ago

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