Index Supply Node #129
ryandotsmith
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The goal for the Index Supply Node is to have a narrowly focused Ethereum client that provides a few functions:
In other words, a node that is purpose built for reading Ethereum data.
The node should be a single binary with no system dependencies. It should fit in with other UNIX like tools. It should keep its state entirely within the Postgres database. It may leverage services like RLPS or the Portal (fka light client) network. It should not rely on any proprietary or closed source systems, companies, or services.
The work on Index Supply Node has already begun with a lot of the Ethereum implementation written from scratch. All of that code lives within this repository. However, it's a long road to completion and along the way we want to be providing value to teams who are building on Ethereum and desire simple, open source tooling. Hence E2PG and RLPS. Both of those tools will eventually merge into the Index Supply Node. But they can be used alongside existing tooling today.
Beta Was this translation helpful? Give feedback.
All reactions