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.
Files changed (2) hide show
  1. package/README.md +6 -2
  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
- Visit [clanker.world](https://clanker.world) to request platform access. Once approved, you'll receive your API key through our secure channel.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clanker-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight TypeScript SDK for interacting with the Clanker API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",