Skip to main content

Quickstart

Three ways to get your first deployment running on Acurast. Pick the one that fits your workflow.

Best for local development and getting started.

# Scaffold a new project
npx @acurast/cli new my-project
cd my-project

# Initialize config (creates acurast.json and .env)
acurast init

# Fund the account shown by the CLI — https://faucet.acurast.com
# Then deploy:
acurast deploy

Full walkthrough: First App Deployment · Command reference: CLI docs.

Next steps