Skip to content

DanielDimanov/EtherLottery

Repository files navigation

EtherLottery

Repository inspired and made following tutorial Udemy Ethereum, course by Stephen Grider.

This is a simple test project for deploying a contract on the Rikesby Etherium network. The repository contains the contract for the lottery in the contracts folder. The deploy and compile scripts are used for compiling and deploying the contract. The project is developped using web3, so you might have to have it installed first, but a definite prerequisite will be to have node installed.

You will first need to install all dependencies using node, which you can do by doing

  1. npm install

Then you will need to create a wallet and change the corresponding providers.

  1. change line 8 and 9 in deploy.js

  2. compile

  3. deploy

  4. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published