Skip to content

The Solana Jito Token Creator is a comprehensive tool designed to facilitate the creation of tokens on the Solana blockchain. Follow the instructions for initial setup, configuration, and execution to create your custom tokens effortlessly.

Notifications You must be signed in to change notification settings

ZorroScripts/solana-jito-token-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Jito Token Creator

Welcome to the Solana Jito Token Creator! This guide will help you with the initial setup, configuration, and running of the project.

Table of Contents

Initial Setup and Configuration

Setup

  1. Download Node.js from Node.js
  2. Install it.
  3. Open Command Prompt and navigate to the project folder.
  4. Run the command npm i and press enter.

Configuration

  1. Place your token image in the project directory and name it image.png.
  2. Open config.js and set the following variables:
    • PRIVATE_KEY: Put your deployer private key between "" where it wrote // Private Key of Deployer
    • endpoint: Put your rpc endpoint between "" where it wrote // RPC ENDPOINT
    • revokeMintBool: Set to false if you don't want to revoke minting. Default is true.
    • revokeFreezeBool: Set to false if you don't want to revoke freeze auth. Default is true.
    • tokenInfo: Configure as follows in config.js:
      • amount: Set the amount of tokens you want to create.
      • decimals: Set the number of decimals for the token.
      • metadata: Leave it empty.
      • symbol: Set the token symbol (max 10 characters).
      • tokenName: Set the token name.
    • metaDataforToken: Configure as follows in config.js (optional sections):
      • image: Leave it empty.
      • description: Add a description for your token.
      • extensions: Add your social links (e.g., website, twitter, telegram, discord).
      • tags: Enter your tags as defined in the example.

We Done with Configuration

How to Run the Project

Run the following command in your terminal:

node main.js

If everything is configured correctly, this command will create the token for you.

📞 Contact

About

The Solana Jito Token Creator is a comprehensive tool designed to facilitate the creation of tokens on the Solana blockchain. Follow the instructions for initial setup, configuration, and execution to create your custom tokens effortlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published