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-clientUsage
TBA
Development
# Install dependencies
pnpm install
# Generate client code from IDL
pnpm gen
# Build the package
pnpm buildLicense
MIT License - see the LICENSE file for details
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Authors
- Andre P - @myx0m0p