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.
-
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.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ShivankK26/Solana-Token-Minting-dApp.git
-
Install dependencies:
npm install
-
Starting command:
npm run dev
-
Ensure that you have a Solana wallet set up and connected to the application.
-
Access the application in your web browser at
http://localhost:3000
. -
Use the application to create a new mint, create a token account, and mint tokens on the Solana ecosystem.
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.