Current System
Last updated
Last updated
System Architecture :
Token contract :
Forward Registry contract :
NFT contract :
TinyTap Courses :
Any NFT collection made by Opencampus or TinyTap has royalties and creator earnings mechanism implemented not via smart contract but using the opensea.
NFT Collection :
Publisher NFTs Collection:
Architecture Diagram
Link to full diagram:
Current onchain architechture is fairly simple with standard contracts as ERC-20 , ERC 721 ,ERC 1155 including a ForwardRegistry contract.
They all are using best smart contract practices and latest compiler versions.
As shown in the architecture diagram, DAO itself is run by EDU token and other than that no other DAO function happens onchain. Voting and proposals are all offchain with voting being done via Snapshot which is an offchain voting and proposals platform. see here :
So we can safely say that the only decentralized part of this DAO is the token that is governing this DAO, the EDU token. If we compare that to MakerDAO than Opencampus doesnot even look like a DAO because MakerDAO so far is the most decentralized and tested DAO on the blockchain ecosystem.