JSPM

@myx0m0p/pump-client

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33396F
  • License MIT

Solana Pump Program TypeScript Client

Package Exports

  • @myx0m0p/pump-client
  • @myx0m0p/pump-client/dist/index.js

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 (@myx0m0p/pump-client) 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 typescript client

TypeScript client for the Solana Pump Program.

Installation

pnpm add @myx0m0p/pump-client

Usage

TBA

Development

# Install dependencies
pnpm install

# Generate client code from IDL
pnpm gen

# Build the package
pnpm build

License

MIT License - see the LICENSE file for details

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Authors