pump-kit 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,16 +16,19 @@
16
16
  </a>
17
17
  </p>
18
18
 
19
- A lightweight TypeScript SDK for Pump.fun that handles all the lamport math for you. Work with human-readable SOL amounts, token counts, and wallet percentages.
19
+ A TypeScript SDK for Pump.fun built on **Solana Kit 5.0**. Designed for high-performance applications including launch bots, bundlers, and low-latency trading systems using latest Solana best practices.
20
+
21
+ **Production-ready package coming soon.**
20
22
 
21
23
  ## Features
22
24
 
23
- - **Human-readable inputs** – Use SOL amounts and percentages instead of lamports
25
+ - **Solana Kit 5.0** – Built on the latest Solana development framework
26
+ - **Modern transaction patterns** – Optimized for speed and reliability
27
+ - **Human-readable API** – Work with SOL amounts and percentages instead of raw lamports
24
28
  - **Automatic slippage protection** – Built-in guards for buy/sell operations
25
- - **Token launches** – Create and buy tokens in one transaction
26
- - **Liquidity management** – Add/remove liquidity with simple helpers
27
- - **Full TypeScript support** – Strong types throughout
28
- - **Bun-optimized** – Built and tested with Bun
29
+ - **Launch capabilities** – Create and buy tokens in one atomic transaction
30
+ - **Liquidity operations** – Add/remove liquidity with simple helpers
31
+ - **Full TypeScript support** – Strongly typed throughout with complete type coverage
29
32
 
30
33
  ---
31
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pump-kit",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {