ross-weir / wallet-ex

1 stars 0 forks source link

Dependant on ergo explorer for account balances make full node wallets hard #29

Open ross-weir opened 2 years ago

ross-weir commented 2 years ago

Currently we're dependent on ergo explorer for balances, etc.

While the built-in wallet for the ergo node supports balances it only supports a single wallet at any given time.

The solution to this is a blockchain indexer that can be shipped alongside wallet-x on users machines that indexes the blockchain via the running node.

Options:

https://github.com/ross-weir/rosetta-ergo