ethereum-optimism / tests

Standard Tests for OP Stack Component Implementations.
https://static.optimism.io/tests
MIT License
16 stars 11 forks source link

feat(opt8n): Implement `RpcEndpoint` repl command #56

Closed 0xKitsune closed 2 months ago

0xKitsune commented 2 months ago

This PR implements a repl command to log the RPC endpoint of the anvil instance initialized by opt8n, allowing users to send transactions to the node from external scripts.

$ opt8n repl --output fixture.json
...

rpc_endpoint

>> http://127.0.0.1:8545