Open https://blockchaindevs.github.io/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:
cd MeetupDAO
cd UI/web3
# Open the web page.
open index.html
Open terminal in the folder where the DAO files are downloaded, and start http server on your terminal
BlockchainDevs@BlockchainDevs-Cinnamon:~$ http-server
You can open/run this on browser by clicking here or you can copy and write the below url
http://localhost:8080
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.