A DAO that manages it's UI development
-
Go to remix.
-
Connect to the Ropsten testnet using Metamask (or some other web3 provider).
-
Load the DAO contract at
/contracts/NaiveStateDAO.sol
in this repo.
- Select the DAO contract.
- Enter the Solidity environment.
- Compile the contract.
- Go to the "Deploy & Run Transactions" tab.
-
Change the "Environment" dropdown to "Injected Web3."
-
Paste in the address, "0x7F2F9D06B9CccBf685e4a84449f67604474D20d4", and click "At Address."
-
Open the deployed contract.
- Enter (in "quotes") the URL where the UI you want to propose is hosted, and click propose, then confirm the transaction in Metamask. We suggest making a github gist.
-
To confirm that your proposal was submitted, enter the URL you submitted into "proposals" and click the button.
-
Now, go tell peope to vote for your proposal!
- Follow the "How to Propose..." directions until you've finished step 10.
- Click "Join" to gain voting power in the DAO.
- Into the "vote" form, write
"PROPOSED URL", true
to vote yes, or"PROPOSED URL", false
to vote no.