RLPS: Blockchain Data API #123
ryandotsmith
announced in
Announcements
Replies: 3 comments 1 reply
-
This seems like a lot of work for a minor optimization from my naive viewpoint. Would be curious to know more about why this is important. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Keeping an eye on Cloudflare's ETH APIs: https://developers.cloudflare.com/web3/ethereum-gateway/reference/supported-api-methods/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Uploading a few charts showing RLPS usage over the last 6 months: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Announcing v0.0.1 of RLPS
An RLP Server (RLPS) is an HTTPS server that accepts requests which include a block(s) number and returns RLP encoded: header, bodies, and receipts. It also accepts a ‘filter’ query which can contain hashed event signatures so that you can efficiently download the data you are wanting to index.
RLPS is more efficient than a JSON RPC API because:
You can use RLPS to preform a backfill index operation or simple follow the chain. Index Supply’s RLPS API can be found here: https://rlps.indexsupply.net/
I developed RLPS because I needed a simple mechanism for running E2PG without a full node. RLPS is actively being developed and so you can expect performance, features, and stability to dramatically improve over the coming months.
Beta Was this translation helpful? Give feedback.
All reactions