Deploy to Gora
Use this page when you already have a Gora app folder and a Gora endpoint. For the full VM-to-local flow, start with Devnet quickstart.Prerequisites
You need:- the
goraCLI - an app folder with
gora.app.jsonandpolicy.json - a Gora endpoint, such as
https://gora-dev.ngrok.app - an API token if the endpoint requires one
Set the endpoint
From your app folder:--node on individual commands instead of saving config.
Link contract metadata first, if needed
If your app targets a chain gateway or app contract, link that metadata before deploy:gora.app.json with a contract binding.
Skip this step for off-chain-only apps.
Validate and package
Deploy
- app artifact bytes or source
- manifest JSON
- policy JSON
- deterministic package metadata
- optional contract bindings
Invoke after deploy
node.url:
Inspect
What deploy does not do
gora deploy does not:
- deploy smart contracts
- submit chain transactions
- sign with user keys
- pay chain gas