Deploy to the playground
The playground uses shared infrastructure. A manifest generated by the EVM template defaults to dedicated infrastructure, so opt in to the playground before deploying.Authenticate the CLI
Create a deployment key in SQD Cloud and authenticate:
Initialize and build a squid
Create a project from the EVM template, install its dependencies, and run the template’s
build command:Enable playground infrastructure
Add this top-level setting to Without this setting, a playground deployment fails because the generated manifest requests infrastructure available only to professional organizations.
squid.yaml:Deploy the local project
Copy the playground organization code from SQD Cloud, then deploy the current directory. Pass
--org explicitly when your account belongs to more than one organization.Verify the deployment
Use the name from A successful response reports the deployment status and includes
squid.yaml and the slot printed by sqd deploy:links.cloudUrl. Open that URL to view the same deployment in SQD Cloud.