@hypawave/sdk 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  *Status: Alpha. API is usable; breaking changes possible before 1.0.*
10
10
 
11
+ > ⚠️ **Hypawave has no token and will never issue one.** Any "HYPA," "WAVE," airdrop, or token offer claiming to be from Hypawave is a scam. Hypawave is non-custodial Bitcoin Lightning settlement — buyers pay creators directly in sats. The protocol fee is the only economic primitive.
12
+
11
13
  TypeScript SDK for settlement-triggered Lightning execution. Fetch creator-direct Lightning invoices, confirm preimage proof, and trigger deterministic unlocks.
12
14
 
13
15
  **Payment is the authorization — confirmed settlement unconditionally unlocks access.**
@@ -422,6 +424,17 @@ Hypawave is the execution layer: the same preimage that proves payment atomicall
422
424
  - **Security**: report privately to support@hypawave.com (please do not file public issues for vulnerabilities)
423
425
  - **General inquiries**: support@hypawave.com
424
426
 
427
+ ### Official Channels Only
428
+
429
+ Hypawave only operates via these official channels. Anything else is impersonation:
430
+
431
+ - **Website**: [hypawave.com](https://hypawave.com)
432
+ - **GitHub**: [github.com/hypawave/sdk](https://github.com/hypawave/sdk)
433
+ - **npm**: [npmjs.com/package/@hypawave/sdk](https://www.npmjs.com/package/@hypawave/sdk)
434
+ - **Email**: support@hypawave.com
435
+
436
+ There is no Hypawave token, airdrop, ICO, or sale. Hypawave does not request wallet connections outside its documented payment flow. Verify any link claiming to be Hypawave against this list before connecting a wallet or signing transactions.
437
+
425
438
  ## License
426
439
 
427
440
  [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypawave/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript SDK for Lightning settlement, preimage proof, and execution unlocks for AI agents.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",