Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FranzGB/e-voting-contract

Repository files navigation

E-Voting Platform for decentralized organizations in Ethereum Blockchain

Installation

npm install

To start using this project you would have to open a local blockchain network using Ganache. You can download it from here.

Usage

npm run ganache

This will start a local blockchain network on your machine. You can then deploy the smart contracts to the network using the following command.

npm run migrate

Then, you can start the server using the following command.

npm run dev

Testing

This project uses truffle for testing. You can run the tests using the following command.

npm run test

Typescript

This project uses Typescript. You can compile the Typescript files to Javascript using the following command.

npm run postinstall

or you can use the following commands to generate the types for the smart-contracts

npm run generate-types

License

MIT

About

No description, website, or topics provided.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors