Skip to content

Commit

Permalink
Deployed d80dc57 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 30, 2024
1 parent 7db50bd commit 511c2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ <h1 id="maodistribution-contract">MAODistribution contract<a class="headerlink"
<p><a href="https://github.com/peeramid-labs/contracts/blob/main/src/distributions/MAODistribution.sol">MAODistribution.sol</a> is used to create a new Meritocratic Autonomous Organization (MAO).</p>
<p>This deployment will create following infrastructure:</p>
<ul>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main//tokens/RankToken.sol">RankToken</a> - ERC1155 token used to represent the ranks in the MAO.</li>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main//tokens/DistributableGovernanceERC20.sol">Governance token</a> - ERC20 token used to represent the governance in the MAO.</li>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main//distributions/ArguableVotingTournament.sol">ACID Distribution</a> - Arguable Voting Tournament contract used to distribute governance tokens.</li>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main/tokens/RankToken.sol">RankToken</a> - ERC1155 token used to represent the ranks in the MAO.</li>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main/tokens/DistributableGovernanceERC20.sol">Governance token</a> - ERC20 token used to represent the governance in the MAO.</li>
<li><a href="https://github.com/peeramid-labs/contracts/blob/main/distributions/ArguableVotingTournament.sol">ACID Distribution</a> - Arguable Voting Tournament contract used to distribute governance tokens.</li>
<li><a href="https://aragon.org/">Aragon OSx DAO</a> - Aragon DAO used as wrapped smart account that represents the MAO.</li>
<li><a href="https://github.com/aragon/token-voting-plugin">Aragon Token Voting Plugin</a> - Aragon plugin used to vote on proposals within the DAO.</li>
</ul>
Expand Down

0 comments on commit 511c2ea

Please sign in to comment.