https://github.com/nitelin/solana-token-creator-website
Solana SPL Token launch website, Liquidity Pool creation - Create own Solana SPL Tokens for free
https://github.com/nitelin/solana-token-creator-website
coinfast creator launch liquidity memecoin memecoins memefast pool pumpfun raydium solana spl token tokenlaunch website
Last synced: 2 months ago
JSON representation
Solana SPL Token launch website, Liquidity Pool creation - Create own Solana SPL Tokens for free
- Host: GitHub
- URL: https://github.com/nitelin/solana-token-creator-website
- Owner: nitelin
- Created: 2025-03-19T22:21:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T00:20:31.000Z (about 1 year ago)
- Last Synced: 2025-03-20T01:26:29.382Z (about 1 year ago)
- Topics: coinfast, creator, launch, liquidity, memecoin, memecoins, memefast, pool, pumpfun, raydium, solana, spl, token, tokenlaunch, website
- Language: HTML
- Homepage: https://solana-token-creator-website.vercel.app
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Fork/Clone this Repo
2. Create Account on Helius for your own RPC URL (sign up with google) https://dashboard.helius.dev/signup
3. Create Account on Pinata for IPFS Storage (sign up with google) https://app.pinata.cloud/auth/signin and create a own api keys
4. open `config.js`
5. set config variables
1. `window.recipient` FEE RECIPIENT
2. `window.rpc` RPC URL
3. `window.pinata_secret_api_key` YOUR PINATA SECRET API KEY
4. `window.pinata_api_key` YOUR PINATA API KEY
5. `window.price` OPTIONAL FEE PRICE
6. `window.base_fee` BASE FEE
7. `window.copy_price` PRICE FOR COPYING TOKEN
8. ... and more if needed
## Start locally
- `npm run start`
## Deploy on vercel free
1. Register on Vercel & connect your github repo
2. Vercel deployment should work automatically without build, simply select the repo and deploy