You can see the various commands supported by the CLI by running in terminal
You can use the CLI to start and stop Gamma server, deploy contracts and send transactions.
Installing the Gamma server
Gamma server is an in-memory virtual chain on top of an Orbs blockchain with several nodes on your local machine. The server allows you to test your contracts locally before deploying them to production.
If the server isn't installed yet, gamma-cli installs it automatically.
So far, we only installed the cli tool. Now, start the Gamma server by running the following command in the terminal. The CLI tool will notice the server is not installed and will install it for you:
If everything went well, you now have a running ORBS blockchain on your local machine. Yes, it's that simple! You can browse to http://localhost:8080/ to view the status of your local ORBS instance.
The start-local comands also runs our block explorer, Prism. You can use Prism to get more info about your blockchain instance by browsing to http://localhost:3000/.
When finished with the server, stop it by running in terminal