🚠Run the Docker Node
Last updated
Last updated
Dive into the specifics of getting the chain up and running on your machine!
Dev Tip: Just running the docker container it's easier and simple if you just want to get you local node running.
Have Docker installed.
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
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!
To check if everything is working
How can I check that it's live?
Go to this url http://127.0.0.1:5101/swagger
If it returns something like this, it should be working!