-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better support for multiple chains #3
Comments
It would really help to have the indexer be part of the node (aergoio/aergo#14). That way it would be really easy to setup indexing multiple chains into one database and have just one unified backend and frontend. |
Update: The indexer is now a standalone go program (https://github.com/aergoio/aergo-esindexer) which supports syncing multiple chains. The aergoscan backend is now only an API to access the data in the database. We can still go both routes mentioned in the intro, it really is just a UX decision now. |
Multi-chain support landed in the API server in c25d333 API URLs are now |
What's left here is a better way of configuration and using the new chainInfo API which will be released in aergosvr 0.11. |
The backend currently doesn't work with multiple blockchains. Since multi-chain is an important feature of Aergo, we need to improve this.
There are two approaches:
The text was updated successfully, but these errors were encountered: