Skip to content

Commit c22d098

Browse files
committed
2 parents a915f6b + 7f30c4c commit c22d098

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
@@ -3,7 +3,7 @@
33
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.
44

55
## 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)
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: [0x891E790942610910A21C2E49B2A607D88f1bD619](https://goerli.etherscan.io/address/0x891E790942610910A21C2E49B2A607D88f1bD619)
77

88
## Technologies used
99
- Frontend
@@ -22,3 +22,6 @@ The Frontend is deployed in Vercel: https://lottery-contract-jet.vercel.app/. Th
2222
- [ts-node](https://github.com/TypeStrong/ts-node)
2323
- Wallet
2424
- [MetaMask](https://metamask.io/)
25+
26+
### Note:
27+
If you want to know more about this project, go check out this [medium article](https://medium.com/@jscriptcoder/my-first-taste-of-building-a-web3-app-with-solidity-react-and-typescript-32660d44e797) I wrote about it.

0 commit comments

Comments
 (0)