Algorand Opensource (AOS) Verifier is a tool that verifies the claimed source code of an Algorand on-chain application. It can be accessed temporarily at https://aosverifier.appspot.com/. To use the verification tool, you must provide the following:
- An Algorand application ID
- A public github url to an Algorand smart contract (Teal or Reach) file
AOS Verifier is built using the flask framework, and can be run locally once cloned.
- Python3
- pip
git clone https://github.com/MAWUT0R/open-source-verifier.git
cd open-source-verifier
pip install -r requirements.txt
python3 main.py