WIP! WIP! This repository contains SmartContracts for AlgoPoaP dApp on Algorand. Currently under development!!!
AlgoPoaP is the Proof of Attendance Protocol built on Algorand (AVM V1.1) which aims to be elevated into a Proof Of Anything Protocol in future with use of already in beta state proofs feature on Algorand (Proof of Anything is Parallel WIP in R&D phase using DevNET)
AlgoPoaP ASC System is designed on basis of newest TEAL features came with TEAL v 6.0 on AVM V1.1. AlgoPoaP Parent contract is created and thereafter every AlgoPoaP item is created by this parent contract based on configurations needed.
graph TD;
AlgoPoaP_Service== manages ==>Parent_AlgoPoaP_ASC;
Parent_AlgoPoaP_ASC== manages ==>AlgoPoaP_item_ASC;
AlgoPoaP_Attendee== interacts ==>AlgoPoaP_item_ASC;
AlgoPoaP_Author== interacts ==>Parent_AlgoPoaP_ASC;
AlgoPoaP_Author== interacts ==>AlgoPoaP_item_ASC;