Start Your journey to Solana Peak!!!
Last updated Dec 24, 2024
11
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
1
Language breakdown
TypeScript 100.0%
▸ Files
click to expand
README
Solana Token Minting Application
Welcome to the Solana Web3-Solana-Token-Functions-Master! 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:
- Clone the repository:
git clone https://github.com/GodricGryffindorK/Web3-Solana-Token-Functions-Master
- Install dependencies:
npm install
- Starting command:
npx esrun filename
Usage
To use this application, make sure you have followed the installation steps. Replace filename with the actual filename of the script you want to run (e.g.
esrun Lesson1.gernerate-keypair.ts). The application will guide you through creating a new mint, creating a token account, and minting tokens.
For a detailed guide on how to use this application and more information on Solana development, please visit the Solana Development Course.
Contributing
We welcome contributions! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (git checkout -b feature-name)
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature-name)
- Create a new Pull Request
🔗 More in this category