An open API service indexing awesome lists of open source software.

https://github.com/iamnotstatic/voteric

Voteric is a decentralized voting application
https://github.com/iamnotstatic/voteric

ethereum ethereum-dapp reactjs solidity solidity-contracts typescript web3js

Last synced: about 2 months ago
JSON representation

Voteric is a decentralized voting application

Awesome Lists containing this project

README

          

## Voteric 🚀🚀

[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](http://makeapullrequest.com)

Voteric is a decentralized voting application

## Running Smart Contract with Truffle and ganache blockchain locally

```bash
# Clone Repo
$ git clone `https://github.com/iamnotstatic/voteric.git`

```

### Connecting to Ganache and compiling contract

```bash
# Connect to ganache blockchain
$ ganache-cli -a

# Run Migration and deploy to local blockchain
$ truffle migrate

# Run test
$ truffle test

```

## Starting the Frontend
```bash
# CD to the client directory
$ cd client

# Install Dependencies
$ yarn install

# Lunch the project
$ yarn start

```
# Author 💖

[Abdulfatai Suleiman](https://twitter.com/iamnotstatic)!