clanker-sdk 1.0.2 → 1.0.3
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,11 @@ npm install clanker-sdk
|
|
|
11
11
|
## Getting Started
|
|
12
12
|
|
|
13
13
|
### 1. Request API Access
|
|
14
|
-
|
|
14
|
+
Currently, API access is granted on a case-by-case basis to interested platforms. To request access, please contact:
|
|
15
|
+
- Telegram: `btayengco`
|
|
16
|
+
- Warpcast: `btayengco`
|
|
17
|
+
|
|
18
|
+
We'll evaluate each request individually as we carefully scale our platform access.
|
|
15
19
|
|
|
16
20
|
### 2. Environment Setup
|
|
17
21
|
Create a `.env` file in your project root:
|
|
@@ -94,4 +98,4 @@ Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTIN
|
|
|
94
98
|
|
|
95
99
|
## License
|
|
96
100
|
|
|
97
|
-
ISC © Clanker Team
|
|
101
|
+
ISC © Clanker Team
|