nearfundocs
The NearFun handbook
SPECIFICATION · 17

Token Creation

NearFun master specification

Use Pump’s current official token creation interface.

Expected modern flow:

create_v2

But:

inspect the current official SDK first.

Use the exact installed SDK method/signature.

Never invent it.

NearFun must internally inject:

quoteMint = NEAR_QUOTE_MINT

Do not accept it as a parameter from React components.

Architecture conceptually:

createNearFunCoin({
creator,
metadata,
…
})

NOT:

createCoin({
quoteMint: arbitraryUserInput
})

The NearFun service chooses NEAR.

NearFun documentation