Ylgr / broken-whale

0 stars 1 forks source link

Wallet and Exchange Addresses - Request for Information #3

Open hubuser3976 opened 3 years ago

hubuser3976 commented 3 years ago

FURTHER QUESTIONS: How/where do I add my wallet addresses ? Can I add specific crypto exchanges specified in the ccxt library docs.?

Thanks

Ylgr commented 3 years ago

How/where do I add my wallet addresses ?

I am not using DEX, just use binance exchange in this project. So no need wallet for that. Check this: https://www.binance.com/en-NG/support/faq/360002502072

Can I add specific crypto exchanges specified in the ccxt library docs.?

In this project, I only using binance. So if you want add other crypto exchanges. Fork this and update at broken-whale/src/components/CronExchangeData.ts

hubuser3976 commented 3 years ago

Cool. I forked it already. Will work on adding that and other code.