-
localfhenix:start
To start a local dev environment using docker. By default, the instance will listen for rpc connections on port42069
-
localfhenix:stop
Stops the docker container
To start the container:
pnpm hardhat localfhenix:start
If starting the instance was successful, you should see the message: Started LocalFhenix successfully at 127.0.0.1:42069
.
To stop the running container:
pnpm hardhat localfhenix:stop
Which will result in Successfully shut down LocalFhenix