Skip to content

Commit 6e4fdd9

Browse files
committed
2 parents 0e729b8 + 8083b86 commit 6e4fdd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Lottery Contract
22

3-
Inspired by one of the ideas proposed in the course [Ethereum and Solidity: The Complete Developer's Guide](https://www.udemy.com/course/ethereum-and-solidity-the-complete-developers-guide/), I decided to build it using latest web3 technologies and improve it with a more engaiging UI. The idea behind this game is to have a prize pool and a list of participants. Each participan will enter the game sending an amount of ether to the contract. The manager (or owner of the contract) decides when to pick a winner. The total ether locked in the contract is then transfered to the lucky one.
3+
Inspired by one of the ideas proposed in the course [Ethereum and Solidity: The Complete Developer's Guide](https://www.udemy.com/course/ethereum-and-solidity-the-complete-developers-guide/), I decided to build it using latest web3 technologies and improve it with a more engaging UI. The idea behind this game is to have a prize pool and a list of participants. Each participan will enter the game sending an amount of ether to the contract. The manager (or owner of the contract) decides when to pick a winner. The total ether locked in the contract is then transfered to the lucky one.
4+
5+
## Demo
6+
The Frontend is deployed in Vercel: https://lottery-contract-jet.vercel.app/. The contract has been deployed to Goerli testnet, in the following address: [0xEADc1F2999283F3D722aB3A877Afb2b89fEf4bd9](https://goerli.etherscan.io/address/0xEADc1F2999283F3D722aB3A877Afb2b89fEf4bd9)
47

58
## Technologies used
69
- Frontend

0 commit comments

Comments
 (0)