npm install -g @bloxbean/yaci-devkit
yaci-devkit up --enable-yaci-store --interactive
(Optional) Open Yaci Viewer in another terminal:
yaci-viewerA handy mini explorer to watch your local devnet activity
npm install
npm run aiken # Build smart contracts
npm run dev # Test all contractsThat's it! The template will automatically use your local/hosted Yaci devnet to test smart contracts.