Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 613 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 613 Bytes

Core App Template

Logic

cd logic
chmod +x ./build.sh
./build.sh
./release.sh ./res/logic.wasm "Test Name123" "0.0.1" "-" "-" "-" calimero-package-manager.testnet

App

cd app
pnpm install
pnpm build
pnpm dev

Open app in browser and connect to running node.

For more information how to build app check our docs: https://calimero-network.github.io/build/quickstart