Merge pull request #119 from flashbots/add-pokt-readme

Add Pokt recommendation to the README
This commit is contained in:
Luke Van Seters 2021-11-04 12:44:45 -04:00 committed by GitHub
commit fd1deae50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,13 +35,16 @@ kind create cluster
Set an environment variable `RPC_URL` to an RPC for fetching blocks. Set an environment variable `RPC_URL` to an RPC for fetching blocks.
mev-inspect-py currently requires a node with support for Erigon traces and receipts (not geth yet 😔).
[pokt.network](pokt.network)'s "Ethereum Mainnet Archival with trace calls" is a good hosted option.
Example: Example:
``` ```
export RPC_URL="http://111.111.111.111:8546" export RPC_URL="http://111.111.111.111:8546"
``` ```
**Note**: mev-inspect-py currently requires an RPC of a full archive node with support for Erigon traces and receipts (not geth 😔).
Next, start all services with: Next, start all services with: