@pocketagent/paw 1.0.0 → 1.0.2

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 +24 -51
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,30 +25,22 @@ PAW provides:
25
25
  - **Multi-Agent Support** - Each agent manages its own wallet independently
26
26
  - **Interactive Dashboard** - Retro pager-style TUI for monitoring
27
27
 
28
- ## Submission Requirements
29
-
30
- ✅ Working prototype on Solana Devnet
31
- ✅ Programmatic wallet creation
32
- ✅ Automatic transaction signing
33
- ✅ DeFi protocol interaction (Jupiter for swaps)
34
- ✅ Deep dive documentation (written + video)
35
- ✅ Open-source code with README
36
- ✅ SKILLS.md for AI agents
37
- ✅ Demo of autonomous agent using the wallet
38
-
39
28
  ## Current Status
40
29
 
41
- 🚧 **In Development** - Building for the Superteam DeFi Developer Challenge
30
+ **Live on npm** - Ready to use!
42
31
 
43
- **Phase 1:** Solana Implementation (Current Focus)
44
- - Starting with Solana for fast, low-cost transactions
45
- - Building core wallet infrastructure
46
- - Implementing basic DeFi integrations
32
+ **Available Now:**
33
+ - Solana mainnet & devnet support
34
+ - Programmatic wallet creation
35
+ - Automatic transaction signing
36
+ - ✅ Jupiter DEX integration for best swap prices
37
+ - ✅ Multi-agent support
38
+ - ✅ Interactive dashboard
47
39
 
48
- **Phase 2:** Multi-chain Expansion (Planned)
49
- - EVM chains (Ethereum, Base, Polygon)
40
+ **Coming Soon:**
41
+ - Multi-chain support (EVM chains)
42
+ - Advanced DeFi integrations
50
43
  - Cross-chain capabilities
51
- - Unified API across all chains
52
44
 
53
45
  ## Why Solana First?
54
46
 
@@ -267,41 +259,22 @@ console.log(`Balance: ${balance} SOL`);
267
259
 
268
260
  ## Roadmap
269
261
 
270
- - [x] Project planning and design
271
- - [ ] Core wallet infrastructure (Solana Devnet)
272
- - [ ] Programmatic wallet creation
273
- - [ ] Automated transaction signing
274
- - [ ] SOL/SPL token support
275
- - [ ] Key management system
276
- - [ ] Secure key storage for agents
277
- - [ ] Encryption and access controls
278
- - [ ] DeFi integration (Jupiter DEX)
279
- - [ ] Token swaps
280
- - [ ] Price feeds
281
- - [ ] AI agent simulation
282
- - [ ] Simple trading bot logic
283
- - [ ] Decision-making framework
284
- - [ ] Multi-agent support
285
- - [ ] Independent wallet management
286
- - [ ] Agent registry
287
- - [ ] Monitoring tools (Optional)
288
- - [ ] CLI for observing agent actions
289
- - [ ] Transaction history viewer
290
- - [ ] Documentation
291
- - [ ] README with setup instructions
292
- - [ ] SKILLS.md for AI agents
293
- - [ ] Deep dive (written + video)
294
- - [ ] Testing & deployment on Devnet
262
+ - [x] Core wallet infrastructure
263
+ - [x] Programmatic wallet creation
264
+ - [x] Automated transaction signing
265
+ - [x] SOL/SPL token support
266
+ - [x] Secure key management
267
+ - [x] DeFi integration (Jupiter DEX)
268
+ - [x] Multi-agent support
269
+ - [x] Interactive dashboard
270
+ - [ ] Multi-chain support (EVM)
271
+ - [ ] Advanced DeFi protocols
272
+ - [ ] Cross-chain capabilities
295
273
 
296
274
  ## Contributing
297
275
 
298
- This project is being developed for the Superteam DeFi Developer Challenge. Stay tuned for contribution guidelines after the initial release!
276
+ Contributions are welcome! Please open an issue or PR on GitHub.
299
277
 
300
278
  ## License
301
279
 
302
- TBD
303
-
304
- ---
305
-
306
- **Built for the Superteam DeFi Developer Challenge 2026**
307
- *Empowering AI agents, one paw at a time* �
280
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketagent/paw",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "PocketAgent Wallet - Lightning-fast agentic wallet for AI agents on Solana 📟",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",