Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 799 Bytes

How to run the private network.

Open in Gitpod

  1. [Install Docker & start the Docker Daemon if you haven't done so already][docker-installation]
  2. [Install the Kurtosis CLI, or upgrade it to the latest version if it's already installed][kurtosis-cli-installation]
  3. Run the package with default configurations from the command line:
git clone https://github.com/whereasjovially/ethereum-package.git
cd ethereum-package
kurtosis run --enclave interstate-devnet ./ --args-file network_params.yaml

If you don't want clone

kurtosis run --enclave interstate-devnet github.com/whereasjovially/ethereum-package --args-file network_params.yaml