Skip to content

A web app that verifies the claimed source code of an Algorand on-chain application.

License

Notifications You must be signed in to change notification settings

polymawutor/open-source-verifier

Repository files navigation

open-source-verifier

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:

  1. An Algorand application ID
  2. A public github url to an Algorand smart contract (Teal or Reach) file

run locally

AOS Verifier is built using the flask framework, and can be run locally once cloned.

pre-requisites

run flask app

git clone https://github.com/MAWUT0R/open-source-verifier.git
cd open-source-verifier
pip install -r requirements.txt
python3 main.py

About

A web app that verifies the claimed source code of an Algorand on-chain application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published