tvc
CLI for Turnkey Verifiable Cloud - see this guide for example usage.
Installation
Usage
Create an App
# Login to Turnkey
# Generate app config template
# Edit my-app.json to fill in required values (quorumPublicKey, operator keys, etc.)
# Create the app
Create and Approve a Deployment
# Generate deployment config template
# Edit my-deploy.json to fill in required values (appId, container images, etc.)
# Create the deployment
# Recommended: uses GetTvcDeployment to fetch manifest and manifest_id automatically
# Alternative: provide manifest file and IDs manually