Skip to main content
← Back to templates
Maintainer pick

Evolution

Connect a wallet, read the balance, and send ADA. A Vite + React starter built on the Evolution SDK.

New to building on Cardano? Start with the Build a dApp guide.

Get started

  1. Scaffold the project into a new my-app folder:
    Terminal
    npx giget@latest gh:cardano-foundation/developer-portal/examples/templates/evolution-vite-react my-app
  2. Install dependencies and start the dev server:
    Terminal
    cd my-app
    npm install
    cp .env.example .env
    npm run dev
  3. Set the env values from the template README, then start building.
Read the template README on GitHub