https://github.com/codewithabbass/burn_solanatoken2022
The Solana Token 2022 Burn DApp is a user-friendly decentralized application that facilitates the efficient and cost-effective burning of Solana token 2022. This DApp significantly reduces transaction fees, allowing users to save on SOL while providing a visually appealing interface powered by Three.js.
https://github.com/codewithabbass/burn_solanatoken2022
dapp reactjs solana threejs token2022 vite
Last synced: 3 months ago
JSON representation
The Solana Token 2022 Burn DApp is a user-friendly decentralized application that facilitates the efficient and cost-effective burning of Solana token 2022. This DApp significantly reduces transaction fees, allowing users to save on SOL while providing a visually appealing interface powered by Three.js.
- Host: GitHub
- URL: https://github.com/codewithabbass/burn_solanatoken2022
- Owner: codewithabbass
- Created: 2025-03-27T22:18:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-16T00:23:00.000Z (6 months ago)
- Last Synced: 2025-12-19T04:38:42.710Z (6 months ago)
- Topics: dapp, reactjs, solana, threejs, token2022, vite
- Language: TypeScript
- Homepage: https://burn-solanatoken2022.vercel.app/
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 Solana Token 2022 Burn DApp 🌟

Welcome to the **Solana Token 2022 Burn DApp**! This application allows users to burn their Solana tokens easily. It is built using **React** and **Vite** and is currently deployed on the **Solana Devnet**.
---
## 📖 Project Info
**URL**: [Burn_SolanaToken2022](https://github.com/CodeWithAbbass/Burn_SolanaToken2022)
---
## ✏️ Getting Started
### 1. Use Your Preferred IDE
If you want to work locally using your own IDE, follow these steps:
```bash
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/CodeWithAbbass/Burn_SolanaToken2022
# Step 2: Navigate to the project directory.
cd Burn_SolanaToken2022
# Step 3: Install the necessary dependencies.
npm install --force
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```
---
## 🌐 Migrating to Production (Mainnet)
```bash
MODE="production"
VITE_RPC_MAINNET="Use Paid RPC Url"
```
Feel free to adjust any details as necessary!