How to Run RIP-7560 Nodes Locally
Last updated
Last updated
You can run code that works on Pioneer Alpha directly from local to devnet.
The RIP-7560 devnet configuration consists of the following 3 nodes.
node | repo |
execution node | |
consensus node | |
bundler node |
The Kroma Monorepo contains the source code for the op-node.
Here's the directory structure of the repos up to this point.
Navigate to the 7560-optimism directory and build & run with the command below.
If it builds and runs successfully, it will continue to print the log below.
Navigate to the 7560-geth directory and build & run with the command below.
If everything went well, you should see the following message repeatedly.
Navigate to the infinitism-bundler directory and build & run with the command below.
When the bundler is finished running, you'll see the log below.
Good job!
You have completed configuring and running devnet for the RIP-7560. The current running network information is shown below:
7560-geth : http://localhost:38545
infinitism-bundler : http://localhost:7560
Pioneer Alpha | Bundler | |
RPC endpoint | ||
RIP-7560 related methods | eth_estimateRip7560TransactionGas eth_callRip7560Validation | eth_sendTransaction eth_estimateGas eth_getTransactionReceipt eth_getTransactionHash |
chainId | 11171168 (0xAA7560) | - |