https://github.com/thirdweb-example/aliemon-tcg-template
Simple Frontend Template for the Aliemon TCG project
https://github.com/thirdweb-example/aliemon-tcg-template
Last synced: 8 months ago
JSON representation
Simple Frontend Template for the Aliemon TCG project
- Host: GitHub
- URL: https://github.com/thirdweb-example/aliemon-tcg-template
- Owner: thirdweb-example
- Created: 2024-11-15T20:21:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T17:29:05.000Z (about 1 year ago)
- Last Synced: 2025-03-13T08:45:11.339Z (11 months ago)
- Language: TypeScript
- Size: 9.95 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aliemon TCG Frontend Template
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**.
---
## Features
- 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.
---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/thirdweb-example/aliemon-tcg-template
cd aliemon-tcg-template
```
2. Install dependencies:
```bash
yarn
```
3. Run the development server:
```bash
yarn run dev
```
---
## Purpose
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.