JSPM

pump-curve

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q61721F
    • License ISC

    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

      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