An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🌟 Solana Token 2022 Burn DApp 🌟

![Alt text](https://burn-solanatoken2022.vercel.app/Burn_SolanaToken2022.png)

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!