You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+133Lines changed: 133 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ The system combines cryptographic TEE (Intel TDX) attestation verification with
12
12
13
13
## Table of Contents
14
14
15
+
-[TypeScript SDK](#typescript-sdk)
16
+
-[@flashstat/core](#flashstatcore)
17
+
-[@flashstat/viem](#flashstatviem)
18
+
-[@flashstat/react](#flashstatreact)
15
19
-[Features](#features)
16
20
-[Architecture](#architecture)
17
21
-[Workspace Layout](#workspace-layout)
@@ -62,6 +66,135 @@ The system combines cryptographic TEE (Intel TDX) attestation verification with
62
66
63
67
---
64
68
69
+
## TypeScript SDK
70
+
71
+
FlashStat ships three TypeScript packages for integrating real-time block confidence into any JavaScript application. All packages are located in `sdks/typescript/`.
72
+
73
+
| Package | Install | For |
74
+
|---|---|---|
75
+
|`@flashstat/core`| Zero dependencies | Any Node.js / browser app |
0 commit comments