/Voting

Primary LanguageJavaScriptMIT LicenseMIT

Alyra Voting Dapp

Solidity contracts

Start with :

yarn install

then :

truffle compile

Open a new terminal and run :

ganache-cli

And in the previous terminal, run :

truffle migrate

React app

Go to the react app with :

cd client/

then install depedencies :

yarn install

and run the app :

npm run start

Contracts testing

Open a terminal and start a ganache-cli

In a new terminal run :

truffle test