🛠️Build the Chain & Run the Node
Dive into the specifics of getting the chain up and running on your machine!
Install the chain
Download / clone the repository
https://github.com/phantasma-io/phantasma-ng
Extract it (if you downloaded)
Go to the folder and open a terminal there
Run
That's it, you have the compiler ready!
Now you can add it to the path.
Compiling the docker
Run the command accordingly to your operating system.
After the command run, you can go to the docker hub and see your new image there.
Running the Chain
To run the chain there's to possible way's, from the terminal or from the Docker UI
Docker UI
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!
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!
Terminal
After compiling the docker image, you can run the chain with this command.
Depending on the OS that you're using, you can run the command accordingly
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!
Last updated