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
- Scaffold the project into a new
my-appfolder:Terminalnpx giget@latest gh:cardano-foundation/developer-portal/examples/templates/evolution-vite-react my-app - Install dependencies and start the dev server:Terminal
cd my-app npm install cp .env.example .env npm run dev - Set the env values from the template README, then start building.