Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.35 KB

README.md

File metadata and controls

53 lines (44 loc) · 1.35 KB

Ethereum Smart Contract Lottery


solidity ethereum

Table of Contents

Introduction

A lottery ethereum smart contract.

Built-With

  • 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

Install

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
```