pump-kit 0.1.1 → 0.1.3

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 +8 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Pump Kit
2
2
 
3
3
  <p align="center">
4
- <img src="@pump-kit.png" alt="Pump Kit" width="600" />
4
+ <img src="https://amaranth-manual-buzzard-640.mypinata.cloud/ipfs/bafkreibp354xz2lzqxntalhdnq3gdvuyleilbxfw3u5pyjmigsaz6xidea" alt="Pump Kit" width="600" />
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -16,9 +16,7 @@
16
16
  </a>
17
17
  </p>
18
18
 
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.**
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.
22
20
 
23
21
  ## Features
24
22
 
@@ -30,10 +28,13 @@ A TypeScript SDK for Pump.fun built on **Solana Kit 5.0**. Designed for high-per
30
28
  - **Automatic slippage protection** – Built-in guards for buy/sell operations
31
29
  - **Full TypeScript support** – Strongly typed throughout with complete type coverage
32
30
 
33
- ### Coming Soon
31
+ ## TODO
32
+
33
+ These are the next actions we need to make happen:
34
34
 
35
- - **Launch & mint helpers** Create and seed new Pump.fun tokens once integration is ready
36
- - **Liquidity tooling** – Add/remove liquidity with tested helpers
35
+ - create pump fun curve launch helpers with dev buy
36
+ - provide/remove liquidity in existing pool
37
+ - create new liquidity pool
37
38
 
38
39
  ---
39
40
 
@@ -155,17 +156,6 @@ ammSell({
155
156
  })
156
157
  ```
157
158
 
158
- ### Coming Soon
159
-
160
- ```ts
161
- // Create token with initial buy
162
- mintWithFirstBuy({ ... })
163
-
164
- // Liquidity helpers
165
- addLiquidity({ ... })
166
- removeLiquidity({ ... })
167
- ```
168
-
169
159
  ### Transaction Utilities
170
160
 
171
161
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pump-kit",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {