A lottery ethereum smart contract.
- Node v9.8.0
- Yarn v1.10.1
- Solidity 0.4.17
- solc 0.4.25
- Web3 1.0.0-beta.35
- Ganache 6.1.8
- mocha 5.2.0
- Clone repository into your htdocs.
git clone https://github.com/maxsilvauk/ethereum-smartcontract-lottery.git
- Move to the ethereum-smartcontract-lottery root folder.
- Install node dependancies with Yarn
yarn
- Testing using Mocha
yarn test
* Deployment
```
cd ethereum && node deploy.js
```