Last updated 9 months ago
Start a local blockchain using anvil
anvil
Set a block time in seconds: --block-time 12
--block-time 12
Set a port (http and ws use the same port): --port 8440
http
ws
--port 8440
anvil --fork-url <CHAIN_EL_RPC> --steps-tracing --chain-id <CHAIN_ID>