POA Arbitrary Message Bridgeused to transfer stake information across two different chains.MiniMeToken-like approach caches deposited stake information and preventsdouble-spendingin terms of staked token.- A slightly modified
Aragon Votingcontract serves as a primary governance/decision-making point.
make cleanup- remove solidity build artifactsmake compile- compile solidity files, executesmake cleanupbefore compilationmake test- run testsmake coverage- run solidity coveragemake lint- run solidity and javascript lintersmake deploy- run deployment scriptsmake ganache- run local pre-configured ganache
For more information check out Makefile