The following ABI compliant application demo is built using Beaker, compiled with AlgoKit. It includes the following,
- Create application
run algokit bootstrap poetry
within this folder
run yarn install
- Copy
.env.example
to.env
- Update Algorand Sandbox credentials in
.env
file - Update accounts in
.env
file
run poetry shell
- run
python demoapp.py
- run
node scripts/deploy.js
- Save deployed application ID to
.env
file
run node scripts/actions/create_app.js