Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pump-curve) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Pump.fun tool
The complete solution for node.js command-line interfaces.
Installation
npm install -g pump-curveCommands
Buy
Transfer SOL and buy tokens from generated wallets
$ pump buy
--rpc <rpc-url>
--private-key <private-key>
--token <token-program-id>
--amount <sol-amount>
--slippage <slippage> (default 1%)
--n-wallets <n-wallets> (default 10)For more options, use:
$ pump buy --helpSell
Sell all tokens from saved wallets
$ pump sell
--rpc <rpc-url>
--private-key <private-key>
--token <token-program-id>
--slippage <slippage> (default 1%)
--n-wallets <n-wallets> (default 10)For more options, use:
$ pump sell --help