Vibatious / MeetupDAO

DAO for meetup groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeetupDAO

Open https://github.com/BlockchainDevs/MeetupDAO

Clone or download as follows

git clone https://github.com/BlockchainDevs/MeetupDAO.git

Download nodejs from the link given below

https://nodejs.org/en/download/package-manager/

Run the following command in terminal

npm install -g http-server

Navigate through the folders as follows meetupdao --> UI/web3 --> open index.html

Open terminal in the folder where the DAO files are downloaded, and start http server by writing http-server

Open browser, at the place of URL write localhost:8080 and run.

Add metamask extension on your browser and create your account.

Switch to Rinkeby Test Network and get some ethers from https://faucet.rinkeby.io/ Run index.html on your local server, click on JOIN DAO tab displayed in the menu bar. Enter your name in the text box and click on Join DAO button. (Make sure that your are logged in to rinkeby test network) Wait for a while so that your name can be displayed on the member's page

After becoming a member, you can create a new proposal and can also vote on any of the existing proposals. Procedure for creating a proposal is shown there on the home page. To vote for any proposal, go to the Proposals page, search the proposal on which u want to vote, select yes or no, enter a justification text of your vote, and click the button VOTE. A metamask window will then get popped up, press submit, your vote will then be counted.

About

DAO for meetup groups

License:GNU General Public License v3.0


Languages

Language:HTML 37.4%Language:Solidity 34.7%Language:JavaScript 24.9%Language:CSS 3.1%