This project lets you count on the Algorand blockchain. It serves as an educational example on how to build, test, and deploy a very basic application on the Algorand blockchain.
The application is built using the PyTeal and Beaker libraries, the frontend is written in React / TypeScript and uses the Javascript Algorand SDK with WalletConnect for wallet-application interaction.
Try it out:
application
, contains the application written in PyTeal and some convenience tools for compilation and deploymentclient
, contains a React web frontend for interacting with the application
- Connecting the dApp to a locally running Algorand node through WalletConnect + Pera Wallet does not work. Pera wallet currently only allows connecting to either testnet or mainnet.