https://github.com/shivankk26/solana-token-minting-dapp
Welcome to the Solana Token Minting Application! This application allows users to create a new mint, create a token account, and mint tokens on the Solana blockchain ecosystem.
https://github.com/shivankk26/solana-token-minting-dapp
blockchain git nextjs solana solana-program solana-token tailwindcss web3js
Last synced: 21 days ago
JSON representation
Welcome to the Solana Token Minting Application! This application allows users to create a new mint, create a token account, and mint tokens on the Solana blockchain ecosystem.
- Host: GitHub
- URL: https://github.com/shivankk26/solana-token-minting-dapp
- Owner: ShivankK26
- Created: 2024-02-22T21:05:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T22:19:09.000Z (over 1 year ago)
- Last Synced: 2025-04-23T03:53:33.296Z (7 months ago)
- Topics: blockchain, git, nextjs, solana, solana-program, solana-token, tailwindcss, web3js
- Language: TypeScript
- Homepage:
- Size: 295 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Token Minting Application
Welcome to the Solana Token Minting Application! This application allows users to create a new mint, create a token account, and mint tokens on the Solana blockchain ecosystem.
## Features
- **Create a New Mint:** Users can create new mints for their tokens directly from the application. Mints are essential for generating new tokens on the Solana blockchain.
- **Create a Token Account:** Token accounts are required to hold tokens on the Solana blockchain. With this feature, users can create token accounts seamlessly.
- **Mint Tokens:** Once a mint and token account are created, users can mint new tokens directly from the application. Minting tokens increases the token supply and makes them available for transactions.
## Installation
To run the application locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ShivankK26/Solana-Token-Minting-dApp.git
```
2. Install dependencies:
```bash
npm install
```
3. Starting command:
```bash
npm run dev
```
## Usage
1. Ensure that you have a Solana wallet set up and connected to the application.
2. Access the application in your web browser at `http://localhost:3000`.
3. Use the application to create a new mint, create a token account, and mint tokens on the Solana ecosystem.
## Contributing
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.