Skip to content

liamzebedee/ciaodao

Repository files navigation

ciaodao

[video on twitter]

Social spaces where only tokenholders can post.

Built at #ETHBerlinZwei.

Live deployment

Currently live on the Goerli Ethereum testnet.

Faucet

Setup

  1. Run a local blockchain using Ganache:
yarn global add ganache-cli
ganache-cli -p 8545
  1. Deploy the contracts
cd fundao/
yarn
truffle migrate
  1. Copy the addresses to the frontend
cd social/
yarn copy-contracts
  1. Run the frontend
yarn dev

Make sure to connect Metamask to localhost:8545 (your local chain).

Structure

contracts - fundao/ dapp - frontend/ DAO data scraped from dapphub/aragon - datapop