POA Arbitrary Message Bridge
used to transfer stake information across two different chains.MiniMeToken
-like approach caches deposited stake information and preventsdouble-spending
in terms of staked token.- A slightly modified
Aragon Voting
contract serves as a primary governance/decision-making point.
make cleanup
- remove solidity build artifactsmake compile
- compile solidity files, executesmake cleanup
before 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