This repository provides a basic user interface template for the Aliemon TCG project. It serves as a starting point for viewers to code along and build their own functionality using the Thirdweb SDK.
- Pre-configured Thirdweb Provider for blockchain integration.
- Basic UI components styled with Tailwind CSS.
- Placeholder sections for:
- NFT display
- Pack opening
- Marketplace
- Minimal setup to allow customization and hands-on coding.
-
Clone the repository:
git clone https://github.com/thirdweb-example/aliemon-tcg-template cd aliemon-tcg-template
-
Install dependencies:
yarn
-
Run the development server:
yarn run dev
This template provides a skeleton for a Thirdweb-based project. It does not include fully implemented functionality, allowing users to build and customize the features during the tutorial.