Google Cloud Platform
Setup Gamma Server on GCP
- 1.
- 2.Open the hamburger menu on the left side
- 3.Choose "Marketplace"
- 4.Under the "Search for solutions" text box type "Orbs" and choose the result "orbs-gamma-devkit"
- 5.Click on "Launch"
- 6.If you want to change any parameters of the VM please do so in this step
- 7.Click on "Deploy"
- 8.The public IP address of the newly created machine will appear on this page under the property titled "Site address":
You may now work with gamma server remotely. For more information on setting up a remote gamma environment on your local dev machine, click here
orbs-gamma-config.json
{
"Environments": {
"staging": {
"VirtualChain": 42,
"Endpoints": ["http://<ip>:8080"]
}
}
}
Prism block explorer will be available at
http://<ip>:3000/
Last modified 2yr ago