balance-io / balance-manager

A tool to manage your wallets
https://manager.balance.io
GNU General Public License v3.0
143 stars 84 forks source link

Switch backend to ethereum-api #482

Open pedrouid opened 5 years ago

pedrouid commented 5 years ago

Balance Indexer backend currently only supports Mainnet and this could be improved by using the ethereum-api which will support all chains supported by Blockscout.

Additionally Balance Indexer should fork ethereum-api and add aggregate price feeds from a different source like coinmarketcap for more accurate price

pedrouid commented 5 years ago

cc @tomjohnburton

pedrouid commented 5 years ago

ethereum-api repo: https://github.com/pedrouid/ethereum-api

tomjohnburton commented 5 years ago

interesting project. I'll take a look!