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
- Host: GitHub
- URL: https://github.com/iamnotstatic/voteric
- Owner: iamnotstatic
- License: mit
- Created: 2021-03-17T14:01:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T21:36:24.000Z (about 5 years ago)
- Last Synced: 2025-02-06T12:33:36.405Z (over 1 year ago)
- Topics: ethereum, ethereum-dapp, reactjs, solidity, solidity-contracts, typescript, web3js
- Language: TypeScript
- Homepage:
- Size: 361 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Voteric 🚀🚀
[](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)!