-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Definitions of done
- build
- Cairo - Compile StarkNet app
- Solidity - Compile EVM dapp
- Svelte - Compile static Svelte web app
- deploy
- Cairo - Deploy StarkNet app and register deployment files
- Solidity - Deploy & verifiy source code of Solidity dapp and register deployment files
- Svelte - Deploy to Vercel
- test
- Cairo - Run test suite using pytest
- Solidity - Run test suite using forge
- Svelte - Run test suite using Playwright
- Dependancies (deps)
- Cairo - Install & populate virtualenv with nile
- Solidity - Install foundry & fetch deps if needed
- Svelte - Install via
yarn install
Reactions are currently unavailable