@terminal3/t3n-sdk 3.8.0 → 3.8.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 +8 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,14 @@ pnpm add @terminal3/t3n-sdk
|
|
|
18
18
|
|
|
19
19
|
## Quick Start
|
|
20
20
|
|
|
21
|
+
**Prerequisites:** a T3 account and your T3 API key — the private key of the ETH
|
|
22
|
+
wallet you registered with. The key never leaves your machine; it's used locally to
|
|
23
|
+
sign the login challenge.
|
|
24
|
+
|
|
25
|
+
**Don't have these yet?** It's self-serve — no approval or waitlist. Claim your
|
|
26
|
+
account, API key, and test tokens at <https://www.terminal3.io/claim-page> (sign in
|
|
27
|
+
with your work email; your key is issued instantly).
|
|
28
|
+
|
|
21
29
|
### Basic Usage
|
|
22
30
|
|
|
23
31
|
```typescript
|