/counter-demo

Primary LanguageTypeScript

Start the devnet

cd docker
docker compose up -d

Deploy the contracts to devent

npm install
npx @alephium/cli compile
npx @alephium/cli deploy -n devnet

Start the ui

npm run dev