https://github.com/thutasann/next-solidity
Crypto Lottery App with Nextjs and Solidity
https://github.com/thutasann/next-solidity
nextjs solidity thirdweb
Last synced: 12 months ago
JSON representation
Crypto Lottery App with Nextjs and Solidity
- Host: GitHub
- URL: https://github.com/thutasann/next-solidity
- Owner: thutasann
- Created: 2023-08-25T05:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T11:37:24.000Z (over 2 years ago)
- Last Synced: 2025-01-06T15:48:10.223Z (about 1 year ago)
- Topics: nextjs, solidity, thirdweb
- Language: TypeScript
- Homepage: https://next-crypto-lottery.vercel.app
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXTJS-SOLIDITY CRYPTO LOTTERY 🪙

This is the WEB3 Crypto Lottery app with nextjs and solidty.
Smart Contract is deployed to [Thirdweb](https://thirdweb.com/) and For this project, we will be using `Matic` currency.
> if you deploy the smart contract, you are by default the admin
> Whenever, a winner is drawn, the admin gets a fee from the tickets. Basically, Admin is making money off this.
## Tech stacks
- 🚀 Nextjs
- 🚀 Solidity
- 🚀 Thirdweb
- 🚀 Tailwindcss
## Available scripts
### Contract Version Release
```bash
cd contracts
```
```bash
npx thirdweb@latest release
```