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

https://github.com/cagriaydin/lottery-smartcontract

Join the lottery and get the chance to win prizes from the ether pool!
https://github.com/cagriaydin/lottery-smartcontract

ethereum ganache-cli mocha smart-contract solidity web3

Last synced: 4 months ago
JSON representation

Join the lottery and get the chance to win prizes from the ether pool!

Awesome Lists containing this project

README

        

# Lottery Smart Contract

Join the lottery and get the chance to win prizes from the ether pool!

- [Remix IDE](https://remix.ethereum.org/)
- [Web3 FW](https://github.com/ethereum/web3.js/)
- [Mocha JS](https://mochajs.org/)
- [Ganache-CLI](https://github.com/trufflesuite/ganache-cli)

## :arrow_up: How to Setup

**Step 1:** git clone this repo:

**Step 2:** cd to the cloned repo:

**Step 3:** install Node JS at least version 8.0.0

**Step 4:** npm install --global --production windows-build-tools

## :arrow_forward: How to Run

1. cd to the repo
2. Run test with Mocha
* npm run test