@elisym/sdk 0.3.3 → 0.4.0
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 +2 -2
- package/dist/index.cjs +321 -164
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +134 -26
- package/dist/index.d.ts +134 -26
- package/dist/index.js +316 -165
- package/dist/index.js.map +1 -1
- package/package.json +6 -3
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/
|
|
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/
|
|
14
|
+
npm install @elisym/sdk nostr-tools @solana/kit @solana-program/system decimal.js-light
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Quick Start
|