Check the website here
All the code was developed for learning purposes and is from Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript – 32-Hour Course by freeCodeCamp.org and Patrick Collins
The project represents a Web3 to interact a smart contract for a fair raffle system. People can enter the raffle by paying 0.01 ETH.
After some players have enter the raffle, if the raffle is OPEN and the has passed enough time, the smart contract automatically will pick a winner and will send the pool prize to the winner.
Once the winner is picked, the raffle resets the players list and the process starts from the begining
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/alvaro-8a/nextjs-smartcontract-lottery-fcc.git
- Install YARN packages
yarn
You can use this code it as a template to develop your own Web3, there are many improvements that can be done so feel free to make any change.
Note: This project is a demo and I don't recommend using it without changes, there are many things that can be improved so take in consideration before using it.
- [✔️] NextJS config
- [✔️] Header Component to connect the wallet
- [✔️] LotteryEntrance to interact with the Contract
- [✔️] Enter the raffle
- [✔️] Upload to decentralized hosting
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion or an improvement that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @alvaro_8a_ - alvaroblanco8a@gmail.com
Project Link: https://github.com/alvaro-8a/nextjs-smartcontract-lottery-fcc