@inodra/sui 0.1.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/LICENSE +202 -0
- package/README.md +237 -0
- package/bin/inodra-sui.mjs +2 -0
- package/dist/chunk-3CBLVI6J.js +426 -0
- package/dist/chunk-3CBLVI6J.js.map +1 -0
- package/dist/chunk-4HKKW5QN.js +80 -0
- package/dist/chunk-4HKKW5QN.js.map +1 -0
- package/dist/chunk-74XGJJJI.js +33 -0
- package/dist/chunk-74XGJJJI.js.map +1 -0
- package/dist/chunk-D6FZYWG7.js +99 -0
- package/dist/chunk-D6FZYWG7.js.map +1 -0
- package/dist/chunk-LZZMTSLH.js +31 -0
- package/dist/chunk-LZZMTSLH.js.map +1 -0
- package/dist/chunk-M3M2L6BW.js +29 -0
- package/dist/chunk-M3M2L6BW.js.map +1 -0
- package/dist/chunk-NSXRC5XW.js +298 -0
- package/dist/chunk-NSXRC5XW.js.map +1 -0
- package/dist/chunk-OGMBYWTG.js +537 -0
- package/dist/chunk-OGMBYWTG.js.map +1 -0
- package/dist/chunk-U6D5LGNF.js +111 -0
- package/dist/chunk-U6D5LGNF.js.map +1 -0
- package/dist/chunk-ZSW3EWGF.js +539 -0
- package/dist/chunk-ZSW3EWGF.js.map +1 -0
- package/dist/cli.js +665 -0
- package/dist/cli.js.map +1 -0
- package/dist/events.cjs +3273 -0
- package/dist/events.cjs.map +1 -0
- package/dist/events.d.cts +47 -0
- package/dist/events.d.ts +47 -0
- package/dist/events.js +2578 -0
- package/dist/events.js.map +1 -0
- package/dist/graphql.cjs +129 -0
- package/dist/graphql.cjs.map +1 -0
- package/dist/graphql.d.cts +36 -0
- package/dist/graphql.d.ts +36 -0
- package/dist/graphql.js +10 -0
- package/dist/graphql.js.map +1 -0
- package/dist/grpc-web.cjs +129 -0
- package/dist/grpc-web.cjs.map +1 -0
- package/dist/grpc-web.d.cts +31 -0
- package/dist/grpc-web.d.ts +31 -0
- package/dist/grpc-web.js +10 -0
- package/dist/grpc-web.js.map +1 -0
- package/dist/grpc.cjs +131 -0
- package/dist/grpc.cjs.map +1 -0
- package/dist/grpc.d.cts +34 -0
- package/dist/grpc.d.ts +34 -0
- package/dist/grpc.js +10 -0
- package/dist/grpc.js.map +1 -0
- package/dist/index-CGBN_EI5.d.ts +4800 -0
- package/dist/index-CVO2Kj8a.d.cts +4800 -0
- package/dist/index.cjs +4723 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +504 -0
- package/dist/index.d.ts +504 -0
- package/dist/index.js +59 -0
- package/dist/index.js.map +1 -0
- package/dist/manage.cjs +376 -0
- package/dist/manage.cjs.map +1 -0
- package/dist/manage.d.cts +2 -0
- package/dist/manage.d.ts +2 -0
- package/dist/manage.js +8 -0
- package/dist/manage.js.map +1 -0
- package/dist/network-CEg2MJY3.d.cts +60 -0
- package/dist/network-CEg2MJY3.d.ts +60 -0
- package/dist/node.cjs +4759 -0
- package/dist/node.cjs.map +1 -0
- package/dist/node.d.cts +28 -0
- package/dist/node.d.ts +28 -0
- package/dist/node.js +73 -0
- package/dist/node.js.map +1 -0
- package/dist/reflection-Bx44-Fs1.d.ts +4639 -0
- package/dist/reflection-Cf7WFH6H.d.cts +4639 -0
- package/dist/reflection-FEGYA7DU.js +9 -0
- package/dist/reflection-FEGYA7DU.js.map +1 -0
- package/dist/runtime-OWKF3LZ7.js +37 -0
- package/dist/runtime-OWKF3LZ7.js.map +1 -0
- package/dist/warp.cjs +633 -0
- package/dist/warp.cjs.map +1 -0
- package/dist/warp.d.cts +195 -0
- package/dist/warp.d.ts +195 -0
- package/dist/warp.js +12 -0
- package/dist/warp.js.map +1 -0
- package/dist/webhooks.cjs +104 -0
- package/dist/webhooks.cjs.map +1 -0
- package/dist/webhooks.d.cts +35 -0
- package/dist/webhooks.d.ts +35 -0
- package/dist/webhooks.js +7 -0
- package/dist/webhooks.js.map +1 -0
- package/llms.txt +189 -0
- package/package.json +119 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
# @inodra/sui
|
|
2
|
+
|
|
3
|
+
TypeScript/JavaScript SDK for the [Inodra](https://inodra.com) Sui platform:
|
|
4
|
+
gRPC (native + gRPC-Web), GraphQL, Warp real-time streams, webhooks, the
|
|
5
|
+
indexer data API, and **generated, validated types for 120+ protocol events**.
|
|
6
|
+
|
|
7
|
+
Works in Node.js (>=18), Bun, edge runtimes, and browsers. Ships ESM + CommonJS
|
|
8
|
+
with full type declarations — usable from TypeScript and plain JavaScript.
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
npm install @inodra/sui
|
|
14
|
+
# for the gRPC / GraphQL clients (wrapped from the official Sui SDK):
|
|
15
|
+
npm install @mysten/sui @protobuf-ts/grpcweb-transport
|
|
16
|
+
# only for native gRPC on Node.js (@inodra/sui/node, @inodra/sui/grpc):
|
|
17
|
+
npm install @protobuf-ts/grpc-transport @grpc/grpc-js
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Heavy dependencies are optional peers — the lean subpaths (`/warp`, `/manage`,
|
|
21
|
+
`/webhooks`, `/events`) work without any of them.
|
|
22
|
+
|
|
23
|
+
## Quickstart
|
|
24
|
+
|
|
25
|
+
```ts
|
|
26
|
+
import { Inodra } from "@inodra/sui";
|
|
27
|
+
// On Node.js backends, prefer native HTTP/2 gRPC:
|
|
28
|
+
// import { Inodra } from "@inodra/sui/node";
|
|
29
|
+
|
|
30
|
+
const inodra = new Inodra({
|
|
31
|
+
network: "mainnet",
|
|
32
|
+
auth: { apiKey: process.env.INODRA_API_KEY! },
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
// Sui node access — the full @mysten/sui client API over Inodra's gateway
|
|
36
|
+
const balance = await inodra.grpc.core.getBalance({ owner, coinType });
|
|
37
|
+
const chain = await inodra.graphql.query({ query: "query { chainIdentifier }" });
|
|
38
|
+
|
|
39
|
+
// Real-time: catalog event → typed live stream in one call
|
|
40
|
+
const swaps = await inodra.warp.streamCatalogEvent("cetus.swap", { ephemeral: true });
|
|
41
|
+
for await (const { payload, envelope } of swaps) {
|
|
42
|
+
console.log(envelope.txDigest, payload.amount_in, payload.amount_out);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// Indexer data API
|
|
46
|
+
const account = await inodra.data.accounts.balance("0x...");
|
|
47
|
+
for await (const tx of inodra.data.accounts.iterateTransactions("0x...")) {
|
|
48
|
+
// lazily walks every page
|
|
49
|
+
}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Namespaces
|
|
53
|
+
|
|
54
|
+
| Namespace | What it covers |
|
|
55
|
+
|---|---|
|
|
56
|
+
| `inodra.grpc` | `SuiGrpcClient` from `@mysten/sui`, authenticated against Inodra (gRPC-Web transport everywhere; native HTTP/2 via `@inodra/sui/node`) |
|
|
57
|
+
| `inodra.graphql` | `SuiGraphQLClient` from `@mysten/sui` over Inodra's GraphQL gateway |
|
|
58
|
+
| `inodra.warp` | Warp subscriptions (CRUD) + live SSE/WebSocket delivery + `streamCatalogEvent` |
|
|
59
|
+
| `inodra.webhooks` | Webhook subscriptions (CRUD) + `verifySignature` / `constructEvent` |
|
|
60
|
+
| `inodra.data` | Indexer REST: accounts, coins, objects, packages, chain, validators, SuiNS |
|
|
61
|
+
| `inodra.catalog` | Curated protocol event catalog (live: protocols, events, filters) |
|
|
62
|
+
| `inodra.account` | `me()` (key/org/project/tier introspection) + `usage()` (CU, latency) |
|
|
63
|
+
|
|
64
|
+
Namespaces are lazy — nothing is constructed until first touched. Credentials
|
|
65
|
+
are pluggable: `auth` accepts an API key string, `{ apiKey }`,
|
|
66
|
+
`{ sessionToken }`, or a custom `{ getCredentials }` provider, so future
|
|
67
|
+
credential types (wallet sessions) won't change any constructor.
|
|
68
|
+
|
|
69
|
+
Rate-limit and credit headers from every REST response are surfaced on
|
|
70
|
+
`inodra.lastResponseMeta` and via the `onResponseMeta` callback.
|
|
71
|
+
|
|
72
|
+
## Typed catalog events
|
|
73
|
+
|
|
74
|
+
Every event in Inodra's curated protocol catalog (Cetus, DeepBook, Suilend,
|
|
75
|
+
Walrus, … 120+ events across 27 protocols) ships with a **generated zod schema
|
|
76
|
+
and TypeScript type**, validated against live chain data before each release:
|
|
77
|
+
|
|
78
|
+
```ts
|
|
79
|
+
import { parseCatalogEvent, matchCatalogEvent, catalogEvents } from "@inodra/sui/events";
|
|
80
|
+
|
|
81
|
+
stream.on("message", (msg) => {
|
|
82
|
+
const swap = parseCatalogEvent(msg, "cetus.swap");
|
|
83
|
+
if (swap) {
|
|
84
|
+
swap.amount_in; // string — u64s are normalized to decimal strings
|
|
85
|
+
swap.atob; // boolean
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
- `matchCatalogEvent(msg, id)` — typed as received on the wire, no validation.
|
|
91
|
+
- `parseCatalogEvent(msg, id)` — validates and normalizes (u64 → string,
|
|
92
|
+
`TypeName` → string, `Option<T>` → `T | null`). Returns `undefined` for other
|
|
93
|
+
events; throws if a *matching* event fails its schema (drift worth surfacing).
|
|
94
|
+
- Both accept a Warp stream message, a bare event payload, or a webhook body.
|
|
95
|
+
- Schemas are **loose**: unknown fields added by protocol upgrades pass through
|
|
96
|
+
instead of breaking your pipeline.
|
|
97
|
+
|
|
98
|
+
Schemas are generated from the live catalog (`bun run generate:events`) and
|
|
99
|
+
verified against recent on-chain events (`bun run verify:events`).
|
|
100
|
+
|
|
101
|
+
### Your own events — reflection + codegen
|
|
102
|
+
|
|
103
|
+
Uncataloged event types (your protocol, anyone's) get the same treatment,
|
|
104
|
+
two ways:
|
|
105
|
+
|
|
106
|
+
**Runtime reflection** — the SDK fetches the Move struct layout on-chain
|
|
107
|
+
(through Inodra's gateway with your key), substitutes concrete generics,
|
|
108
|
+
recurses into nested structs, and builds the same normalizing schema. Cached
|
|
109
|
+
per type:
|
|
110
|
+
|
|
111
|
+
```ts
|
|
112
|
+
const schema = await inodra.events.schemaFor("0xpkg::vault::Deposit<0x2::sui::SUI>");
|
|
113
|
+
|
|
114
|
+
stream.on("message", async (msg) => {
|
|
115
|
+
const payload = await inodra.events.parseEvent(msg, "0xpkg::vault::Deposit");
|
|
116
|
+
if (payload) console.log(payload.amount); // validated + normalized
|
|
117
|
+
});
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
Generic type params are typed **concretely** from each instantiation — pass a
|
|
121
|
+
base type (no `<…>`) to `parseEvent` and every instantiation matches with its
|
|
122
|
+
own reflected schema.
|
|
123
|
+
|
|
124
|
+
**Build-time codegen** — static TypeScript types for your events, generated
|
|
125
|
+
into your project (the graphql-codegen pattern):
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
INODRA_API_KEY=... npx inodra-sui codegen-events \
|
|
129
|
+
"0xpkg::vault::Deposit<0x2::sui::SUI>" -o src/vault-events.gen.ts
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Without a key it falls back to the public Sui GraphQL endpoint. The emitted
|
|
133
|
+
file imports only `zod` and `@inodra/sui/events`.
|
|
134
|
+
|
|
135
|
+
## Warp streams
|
|
136
|
+
|
|
137
|
+
```ts
|
|
138
|
+
// Managed subscription + connection in separate steps:
|
|
139
|
+
const sub = await inodra.warp.createEventStream({ eventType: "0xpkg::mod::Event" });
|
|
140
|
+
const stream = inodra.warp.connect(sub.data.id); // SSE (at-least-once)
|
|
141
|
+
const ws = inodra.warp.connectWebSocket(sub.data.id); // WS (exactly-once, acks)
|
|
142
|
+
|
|
143
|
+
stream.on("message", (event) => console.log(event.type, event.data));
|
|
144
|
+
|
|
145
|
+
// Or consume any stream as an async iterable:
|
|
146
|
+
for await (const event of stream) {
|
|
147
|
+
// ends when you close(); throws on abnormal close (quota, reconnect budget)
|
|
148
|
+
// breaking the loop closes the stream (connection time bills)
|
|
149
|
+
}
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
Lower-level `WarpSseStream` / `WarpWebSocketStream` remain available from
|
|
153
|
+
`@inodra/sui/warp` (zero dependencies).
|
|
154
|
+
|
|
155
|
+
Both transports reconnect with exponential backoff and resume from the last
|
|
156
|
+
seen event ID. Policy closes (quota exceeded, already connected) are terminal.
|
|
157
|
+
The first connect is **live** by default: backlog buffered while disconnected
|
|
158
|
+
(up to 30 min / 2,000 events) is dropped. Pass `mode: "resume"` (or
|
|
159
|
+
`lastEventId`) to replay it. SDK reconnects always pass the last delivered
|
|
160
|
+
event ID, so transient drops never lose events in either mode.
|
|
161
|
+
|
|
162
|
+
WebSocket acks are automatic after your handlers finish without throwing;
|
|
163
|
+
throwing skips the ack so the event redelivers. Pass `autoAck: false` and call
|
|
164
|
+
`stream.ack(id)` to control the exactly-once window yourself.
|
|
165
|
+
|
|
166
|
+
## Webhooks
|
|
167
|
+
|
|
168
|
+
```ts
|
|
169
|
+
const hook = await inodra.webhooks.createEvent({
|
|
170
|
+
eventType: "0xpkg::module::Event",
|
|
171
|
+
webhookUrl: "https://your-app.com/hooks/inodra",
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
// In your receiver — verify + parse in one step:
|
|
175
|
+
const body = await inodra.webhooks.constructEvent({
|
|
176
|
+
payload: rawRequestBody, // exact raw body string, before JSON.parse
|
|
177
|
+
signature: request.headers["x-inodra-signature"],
|
|
178
|
+
secret: hook.data.webhookSecret,
|
|
179
|
+
});
|
|
180
|
+
// body.payload.{txDigest, checkpoint, type, sender, data}
|
|
181
|
+
|
|
182
|
+
// Narrow to a typed catalog event:
|
|
183
|
+
import { parseCatalogEvent } from "@inodra/sui/events";
|
|
184
|
+
const swap = parseCatalogEvent(body, "cetus.swap");
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
Signatures are `t=<unix>,v1=<hmac-sha256-hex>` over `<timestamp>.<body>`,
|
|
188
|
+
verified with a constant-time comparison and a 5-minute tolerance window.
|
|
189
|
+
Standalone `verifyWebhookSignature` lives in `@inodra/sui/webhooks` (zero
|
|
190
|
+
dependencies).
|
|
191
|
+
|
|
192
|
+
## Entry points
|
|
193
|
+
|
|
194
|
+
| Import | What you get |
|
|
195
|
+
|---|---|
|
|
196
|
+
| `@inodra/sui` | `Inodra` client (all namespaces) + core types/errors |
|
|
197
|
+
| `@inodra/sui/node` | Same `Inodra`, with native HTTP/2 gRPC (Node.js) |
|
|
198
|
+
| `@inodra/sui/events` | Generated event schemas + `parseCatalogEvent` helpers |
|
|
199
|
+
| `@inodra/sui/grpc` | `createInodraGrpcClient` (native gRPC factory) |
|
|
200
|
+
| `@inodra/sui/grpc-web` | `createInodraGrpcWebClient` (browser gRPC factory) |
|
|
201
|
+
| `@inodra/sui/graphql` | `createInodraGraphQLClient` |
|
|
202
|
+
| `@inodra/sui/warp` | `WarpSseStream`, `WarpWebSocketStream`, `iterateStream` |
|
|
203
|
+
| `@inodra/sui/manage` | `InodraManagementClient` (CRUD only, zero deps) |
|
|
204
|
+
| `@inodra/sui/webhooks` | `verifyWebhookSignature` (zero deps) |
|
|
205
|
+
|
|
206
|
+
The root entry statically references `@mysten/sui`; frontend apps that only
|
|
207
|
+
need Warp/webhooks and want a Mysten-free bundle should use the lean subpaths.
|
|
208
|
+
|
|
209
|
+
Every client authenticates with `x-api-key` (or `Authorization: Bearer`) and
|
|
210
|
+
identifies itself with an `x-inodra-sdk` header. `network:
|
|
211
|
+
"mainnet" | "testnet"` defaults to mainnet; every endpoint is overridable via
|
|
212
|
+
`endpoints` for local development.
|
|
213
|
+
|
|
214
|
+
Retry policy: reads and idempotent writes retry on 429/5xx with backoff
|
|
215
|
+
honoring `Retry-After`; non-idempotent POSTs retry only on 429 (never applied
|
|
216
|
+
server-side) unless you pass `idempotent: true`.
|
|
217
|
+
|
|
218
|
+
## For LLMs / coding agents
|
|
219
|
+
|
|
220
|
+
`llms.txt` at the repo root (also shipped in the npm package) is a dense,
|
|
221
|
+
verified reference of the entire SDK surface — auth, every namespace, all 121
|
|
222
|
+
catalog event ids, webhook receiver contract, and delivery semantics. Point
|
|
223
|
+
your agent at it instead of having it crawl the source.
|
|
224
|
+
|
|
225
|
+
## Development
|
|
226
|
+
|
|
227
|
+
```bash
|
|
228
|
+
bun install # from sdks/ (workspace root)
|
|
229
|
+
bun run check-types
|
|
230
|
+
bun run test:run
|
|
231
|
+
bun run build # ESM + CJS + d.ts for all entry points
|
|
232
|
+
bun run generate # refresh generated OpenAPI types + event schemas
|
|
233
|
+
bun run verify:events # validate generated schemas vs live chain data
|
|
234
|
+
INODRA_API_KEY=... node examples/smoke.mjs # live smoke test of every surface
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
See `../sdk-test-proj` for a runnable consumer app (TypeScript + CommonJS).
|