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