Create Solana SPL Tokens for free or provide a service to create tokens for a fee.
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.
- 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.recipient
FEE RECIPIENTwindow.rpc
RPC URLwindow.pinata_secret_api_key
YOUR PINATA SECRET API KEYwindow.pinata_api_key
YOUR PINATA API KEYwindow.price
OPTIONAL FEE PRICEwindow.base_fee
BASE FEEwindow.copy_price
PRICE FOR COPYING TOKEN- ... and more if needed
npm run start
- Register on Vercel & connect your github repo
- Vercel deployment should work automatically without build, simply select the repo and deploy