Command set for managing EL (Execution) and CL (Consensus) nodes.
./bin/run.js chain artifacts
./bin/run.js chain down
./bin/run.js chain fork
./bin/run.js chain info
./bin/run.js chain up
./bin/run.js chain update
Downloads the genesis data for EL and CL nodes from the Kurtosis enclave.
USAGE
$ ./bin/run.js chain artifacts [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Downloads the genesis data for EL and CL nodes from the Kurtosis enclave.
Destroys the Kurtosis enclave, cleans the JSON database, and removes network artifacts.
USAGE
$ ./bin/run.js chain down [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Destroys the Kurtosis enclave, cleans the JSON database, and removes network artifacts.
Start Anvil in fork mode connected to a specified Ethereum node
USAGE
$ ./bin/run.js chain fork [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Start Anvil in fork mode connected to a specified Ethereum node
Retrieves and displays information about the Kurtosis enclave.
USAGE
$ ./bin/run.js chain info [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Retrieves and displays information about the Kurtosis enclave.
Runs a specific Ethereum package in Kurtosis and updates local JSON database with the network information.
USAGE
$ ./bin/run.js chain up [--network <value>] [--preset <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
--preset=<value> Kurtosis config name.
DESCRIPTION
Runs a specific Ethereum package in Kurtosis and updates local JSON database with the network information.
Updates the network configuration using a specific Ethereum package in Kurtosis and stores the configuration in the local JSON database.
USAGE
$ ./bin/run.js chain update [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Updates the network configuration using a specific Ethereum package in Kurtosis and stores the configuration in the
local JSON database.