This is an Ethereum based lottery written in Solidity.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You must have npm installed.
This project uses Consensys' Truffle Framework in order to test it. If you don't have it installed already, it will be installed by npm.
Clone this repository to your computer and go to its folder.
git clone https://github.com/nGoline/ether-loto.git
cd ether-loto
Install project dependencies
npm i
We're using gulp to load and minify the needed files.
npm start
No tests yet.
In this phase the project must not be deployed neither on the Mainnet nor on Testnets. It is intended to be tested until we have the main contract up and running.
To get a ready to deploy package just run:
npm run deploy
And publish all the files on .\web\build\**\*
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Níckolas Goline - Initial work - nGoline
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- This project comes to light after a discussion about the generation of random numbers in a distributed virtual machine with jthomazinho and solangegueiros;