Set Up and Connect a node with Docker
How to set up and connect a node to the Mainnet using docker.
Setup and Connect a node to the Mainnet
1. Docker and docker-compose
2. Configure the node
git clone https://github.com/Juneo-io/juneogo-dockerports:
- 9650:9650 # port for API calls - will enable remote RPC calls to your node (mandatory for Supernet/ Blockchain deployers){
"network-id":"socotra"
}3. Run JuneoGo
3.1) Run JuneoGo with HTTP
3.2) Run JuneoGo with HTTPS
4. Boostrapping status
Last updated