Giter Site home page Giter Site logo

seoeaa / solana-memecoin-token-creator Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 14 KB

Create Solana Meme coin Token under 2 minutes with Mint Disable, Renounce Ownership, Add Liquidity, Burn, Rugpull functionalities & extremely CHEAPER (5 SOL less) than other providers.

Home Page: https://youtu.be/JKis3ivf5wk

License: MIT License

JavaScript 100.00%

solana-memecoin-token-creator's Introduction

SOLANA MEMECOIN TOKEN CREATOR

Use this to code for FREE, to create Solana Memecoin Token under 2 minutes with MINT DISABLE, RENOUNCE OWNERSHIP, ADD LIQUIDITY, BURN, RUGPULL functionalities & extremely CHEAPER than other providers. The rugpull functionality guarantees that your invested SOL will return from the LP withdraw along with Profits. Currently being used by many Devs for creating tokens by the minute & pulling profits within seconds of launch.

DEMO VIDEO OF TOOL IN ACTION:

IMAGE ALT TEXT HERE

GETTING STARTED:

To get started with creating and minting SPL tokens, follow these steps:

  1. Clone this repository to your local machine using below command:

    git clone https://github.com/WhiskerWise/solana-memecoin-token-creator.git

    Or alternatively download the .zip & extract to your local machine.

  2. Navigate to the project directory using below command:

    cd solana-memecoin-token-creator
  3. Make sure you have node.js installed on your system, if not you can download it from the below link:

    https://nodejs.org/en/download

    You can also follow the below link for the installation process:

    https://www.geeksforgeeks.org/installation-of-node-js-on-windows/

  4. Install the project dependencies using below command:

    npm install
  5. Edit the .env.copy file & add the required fields. If you have a custom RPC, you can replace it with yours.

    PRIVATE_KEY=YourPrivateKeyHere

    RPC_ENDPOINT=Keep it default or add your RPC

  6. Rename .env.copy file to .env

    You can do a manual rename or use below command:

    mv .env.copy .env
  7. Create your token:

    Run the following command to start the token creation process:

    npm start
  8. Fill all the prompts:

    The token creator will prompt you with questions to configure your token, such as token decimals, total supply, token name, symbol, image URL, royalty percentage, mint, liquidity, burn, etc.

    SolanaMemecoinTokenCreator
  9. Token Creation:

  • The script will create and send the mint token transaction, etc.
  • 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).
  1. Congratulations! You've successfully created your own Memecoin token on the Solana blockchain.

IMPORTANT INFORMATION:

  • Use the Rugpull feature to pull the liquidity in the time given during the prompts. Ideal value would be 120-300s (2-5mins). If you don't wish to rugpull, then set the value as 0.

  • Make sure you are on the mainnet while creating the token & have enough SOL (Min 2 SOL) to cover the fee for token creation, LP addition, Mint, etc. Else, you may lose the transaction fee for the already completed transactions & might get error as your wallet doesn't have enough balance to proceed further. Setting value to 0 for Mint, Renounced, Burn will not include any charges.

  • Cost of adding the Liquidity is upon the user, you can choose to add 5 SOL or 50 SOL, it's upto you. Recommended min LP size is 5 SOL for 50-80% supply. Make sure to have equivalent SOL in your wallet, else the transaction will fail.

  • You can set royalty to get tax % on transactions.

  • 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.

  • Why give it for free?

    This project will be free only for short period of time as a marketing strategy to get some eyes on it. I'll be making the repo private & will be charging SOL for the access later on. If you are here & seeing this repo, then congrats, you get this tool for free. Spread the word & let your friends know when you make profits from this.

USEFUL TIPS:

Min Order Size & Tick Size Guide:

Screenshot 2024-03-31 124246

If you get the below error, it means you have entered invalid PRIVATE_KEY in .env file

Screenshot 2024-03-31 001845

If you get the below error, it means your wallet doesn't have enough balance to cover the transaction cost

image

If you face error during npm start, try the below command:

   npm install --save @solana/web3.js

DISCLAIMER

THIS IS FOR EDUCATIONAL PURPOSES ONLY, NFA, DYOR. I'M NOT RESPONSIBLE FOR ANY LOSS YOU MAKE FROM THIS SOFTWARE.

LICENSE

MIT License

Copyright (c) 2024 Whisker Wise

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

solana-memecoin-token-creator's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.