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

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.

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.