The SPL Token Creator project allows you to create and mint SPL tokens on the Solana blockchain.
To get started with creating and minting SPL tokens, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/BankkRoll/spl-token-creator.git
-
Navigate to the project directory:
cd spl-token-creator
-
Install the project dependencies:
npm install
-
Create your token:
Run the following command to start the token creation process:
npm start
-
Follow the prompts:
The script will prompt you with questions to configure your token, such as token decimals, total supply, token name, symbol, image URL, and royalty percentage.
-
Token Creation:
- The script will create and send the mint token transaction.
- You will receive updates on the transaction's success, transaction hash, and links to view the transaction on Solana Explorer and Solana BirdEye (if on the mainnet).
-
Congratulations! You've successfully created and minted an SPL token on the Solana blockchain.
- This project is designed for local use, and your wallet's secret key is not stored or transmitted over the internet. It's important to keep your wallet's secret key secure and never share it with anyone. The token creation process is entirely local, and your wallet's secret key is only used for transaction signing within the script.