Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 562 Bytes

TheWill

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

Development

Getting Started

# 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