Moloch Implementation E2E Demo
Summon DAO from factory

Create governance file
DAO.md
------
## DAOStar Constitution
Code is law?
Create DAO.json file
{
"@context": "<http://www.daostar.org/schemas>",
"type": "DAO",
"name": "DAOStar",
"description": "A test DAO to demonstrate the power of DAOstar",
"membersURI": "https://sandbox.logos.xyz/api/v1/members/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"proposalsURI": "https://sandbox.logos.xyz/api/v1/proposals/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"activityLogURI": "https://sandbox.logos.xyz/api/v1/activities/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"governanceURI": "ipfs://QmfScVrbbTLNmy4nrCK7RtFGG79wRh8Sjr7cq8DxfTEYzP"
}
Submit registration proposal
Process & execute

Query DAO URI

Resolve constitution, members, proposals, activity
{
"@context": "<http://www.daostar.org/schemas>",
"type": "DAO",
"name": "DAOStar",
"description": "A test DAO to demonstrate the power of DAOstar",
"membersURI": "https://sandbox.logos.xyz/api/v1/members/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"proposalsURI": "https://sandbox.logos.xyz/api/v1/proposals/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"activityLogURI": "https://sandbox.logos.xyz/api/v1/activities/0xb152b115c94275b54a3f0b08c1aa1d21f32a659a",
"governanceURI": "ipfs://QmfScVrbbTLNmy4nrCK7RtFGG79wRh8Sjr7cq8DxfTEYzP"
}
Members
{
"members": [
{
"id": "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"type": "EthereumAddress"
}
],
"@context": {
"@vocab": "http://daostar.org/"
},
"type": "DAO",
"name": "0x01bdc8eb83282f2ea61bf3387b24a8e760411655"
}%