An Audible like platform built with Next.js, Tailwind and ThirdWeb
https://thirdweb-hackathon-ui.vercel.app/
.
├── pages # Page level components
├── public # Assets
├── src # Components, Services, Providers...
├── styles # Global CSS
├── ...
└── README.md
Clone the project
git clone https://github.com/indie-strawhats/thirdweb-hackathon-ui.git
Go to the project directory
cd thirdweb-hackathon-ui
Install dependencies
npm install
Start the server
npm run dev
If you want to use your own bundle drop module, then please replace the address value in src/constants/index.ts
We are using RinkeBy TestNet. If you want to use any other chain or network, then add the chain ID(s) in pages/_app.page.tsx