1.0.3 • Published 1 year ago

pump-curve v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Pump.fun tool

NPM Version NPM Downloads Install Size

The complete solution for node.js command-line interfaces.

Installation

npm install -g pump-curve

Commands

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 --help

Sell

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