You'll need to have Node.js installed
- Clone repo: https://github.com/rsimonton/coinscout.git
- Copy
src/api/Ethplorer/config.js.template
tosrc/api/Ethplorer/config.js
(see Ethplorer notes below) - Copy
src/config/coinscout.template.js
tosrc/config/coinscout.js
- Read through comments in
coinscout.js
config file - Add your portfolio and watchlist coins, save
- From project home directory run:
npm run start &
A browser window should launch, bookmark and enjoy
By default, API requests to Ethplorer (to retrieve ERC20 wallet token balances) will use the free API key that Ethplorer provides. This key has fairly limited bandwidth restrictions, I suggest requesting a personal API key from Ethplorer which they'll happily grant, and will allow for far more API requests. See: https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API
This project was bootstrapped with Create React App.