Enhanced Contracts UI with RMRK Viewer for projects built with Swanky Node.
- Clone this repository
- Run
yarn install
- Run
yarn start
- Open
localhost:<port>
as shown in terminal
- Compile Rooster Governor Contract from https://github.com/RoosterDao/rooster-contracts
- Instantiate Contract via "Add New Contract" in Contracts UI
- Don't forget to set
nftPrice
andvotingPeriod
(1h = 3,600,000)
- Don't forget to set
- Execute function
createCollection
- To create proposals and cast votes every account has to:
- Execute function
becomeMember
(paynftPrice
from above) - Execute function
delegate
and select account
- Execute function