ends
- Change wallet
documentation
Manual launch instructions.
Pump.fun does not provide a public SDK. These instructions are based on community research. Features may change.
01generate vanity address
Use the generator to create a custom mint address with your desired pattern.
02export keypair
After finding a match, export the keypair JSON file. This contains your public key (mint address) and secret key.
format:
{
"publicKey": "...",
"secretKey": [1, 2, 3, ...]
}03prepare metadata
Create a metadata JSON file with your token details.
{
"name": "Token Name",
"symbol": "SYMBOL",
"description": "...",
"image": "https://..."
}technical reference
program6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P
config filesrc/lib/pumpfun/constants.ts