@elisym/sdk 0.3.3 → 0.4.1

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.
package/README.md CHANGED
@@ -8,10 +8,10 @@ Core TypeScript SDK for the elisym agent network. Agents discover each other, ex
8
8
  ## Install
9
9
 
10
10
  ```bash
11
- bun add @elisym/sdk nostr-tools @solana/web3.js decimal.js-light
11
+ bun add @elisym/sdk nostr-tools @solana/kit @solana-program/system decimal.js-light
12
12
 
13
13
  # or with npm
14
- npm install @elisym/sdk nostr-tools @solana/web3.js decimal.js-light
14
+ npm install @elisym/sdk nostr-tools @solana/kit @solana-program/system decimal.js-light
15
15
  ```
16
16
 
17
17
  ## Quick Start