pump-curve
v1.0.3
Published
[![NPM Version](http://img.shields.io/npm/v/pump-curve.svg?style=flat)](https://www.npmjs.org/package/pump-curve) [![NPM Downloads](https://img.shields.io/npm/dm/pump-curve.svg?style=flat)](https://npmcharts.com/compare/pump-curve?minimal=true) [![Install
Downloads
17
Readme
Pump.fun tool
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