An on-chain voting dApp for real world groups, organizations or governments.
To read more about the philosophy and goals of the project, head over to Product Spec
# Get the project and dependencies
git clone [email protected]:net-prophet/TheWill.git thewill
cd thewill
yarn install
# Deploy the contracts to your local ganache (must be running a ganache-cli in another terminal)
truffle deploy
# Start the development server
npm start