solana-token-creator-website
solana-token-creator-website copied to clipboard
Solana SPL Token launch website, Liquidity Pool creation - Create own Solana SPL Tokens for free
Solana Token Creation Website
Create Solana SPL Tokens for free or provide a service to create tokens for a fee.
Disclaimer
This project is for educational purposes only. It is not intended to be used in production. Use at your own risk. The author is not responsible for any loss of funds or other damages caused by the use of this software.
Setup
- Fork/Clone this Repo
- Create Account on Helius for your own RPC URL (sign up with google) https://dashboard.helius.dev/signup
- Create Account on Pinata for IPFS Storage (sign up with google) https://app.pinata.cloud/auth/signin and create a own api keys
- open
config.js - set config variables
window.recipientFEE RECIPIENTwindow.rpcRPC URLwindow.pinata_secret_api_keyYOUR PINATA SECRET API KEYwindow.pinata_api_keyYOUR PINATA API KEYwindow.priceOPTIONAL FEE PRICEwindow.base_feeBASE FEEwindow.copy_pricePRICE FOR COPYING TOKEN- ... and more if needed
Start locally
npm run start
Deploy on vercel free
- Register on Vercel & connect your github repo
- Vercel deployment should work automatically without build, simply select the repo and deploy