A petition cum online voting website dedicated to empowering women
Our mission is to create a platform where women can demand the laws and regulations they want in a democratic way from the government.
First ensure you are in an empty directory.
Run the unbox command using 1 of 2 ways.
# Install Truffle globally and run `truffle unbox`
$ npm install -g truffle
$ truffle unbox react# Alternatively, run `truffle unbox` via npx
$ npx truffle unbox reactStart the react dev server.
$ cd client
$ npm start
Starting the development server...From there, follow the instructions on the hosted React app. It will walk you through using Truffle and Ganache to deploy the SimpleStorage contract, making calls to it, and sending transactions to change the contract's state.