🚠Run the Docker Node
Dive into the specifics of getting the chain up and running on your machine!
Requirements
Have Docker installed.
Install & Run
Let's get it to run.
Open the terminal & type
docker pull phantasmachain/phantasma-devnet
Now depending on if you have the docker application or not, you can use this command to start it up by
Or by going to the Docker Application, do the following steps
Docker Application
Inside the Docker Desktop, after building the docker image, go to Images

On Images, selected the desired image and Run


Configure the docker container with an identical configuration

Now you'll have your chain instance running!
Check that everything is working
To check if everything is working

Last updated