@insumermodel/wdk-protocol-wallet-auth 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  A [Wallet Development Kit](https://docs.wdk.tether.io/) protocol module that adds a new protocol category alongside Swap, Bridge, Lending, and Fiat: **pre-transaction, condition-based access.** Given a wallet and a set of on-chain conditions, it returns a cryptographically signed pass/fail (`attest`) or a multi-dimensional trust profile (`trust`). Results are ECDSA P-256 signed and verifiable offline against a public JWKS — no secrets, no identity-first, no static credentials.
6
6
 
7
- Powered by [InsumerAPI](https://insumermodel.com). Supports 33 chains including all networks used by [tether.wallet](https://tether.wallet) and WDK-based wallets (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BNB, Plasma, Solana, TRON, TON, Bitcoin, XRPL, and more).
7
+ Powered by [InsumerAPI](https://insumermodel.com). Covers **33 chains**: 30 EVM networks (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BNB, and the rest of the major EVM set), plus Solana, XRPL, and Bitcoin. Works today on every WDK surface that overlaps: `wdk-wallet-evm`, `wdk-wallet-solana`, and `wdk-wallet-btc`. TRON, TON, and Lightning/Spark are on the roadmap — WDK apps on those runtimes can still call `attest()` / `trust()` against any EVM, Solana, Bitcoin, or XRPL address the user holds.
8
8
 
9
9
  ## Why this exists
10
10
 
@@ -45,7 +45,7 @@ Get an API key at [insumermodel.com](https://insumermodel.com) (free tier availa
45
45
 
46
46
  ### Buying credits
47
47
 
48
- The free tier ships 100 attestation credits. When you need more, credits can be purchased on-chain with **USDC, USDT, or BTC** via `POST /v1/credits/buy` — no Stripe, no signup, no fiat. Supported payment rails:
48
+ The free tier ships **10 attestation credits** on every new key — enough to exercise the module end-to-end before you spend anything. When you need more, credits can be purchased on-chain with **USDC, USDT, or BTC** via `POST /v1/credits/buy` — no Stripe, no signup, no fiat. Supported payment rails:
49
49
 
50
50
  - **USDC or USDT** on any major EVM chain (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BNB, and more) — the endpoint auto-detects which stablecoin you sent.
51
51
  - **USDC** on Solana.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insumermodel/wdk-protocol-wallet-auth",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "WDK protocol module for wallet auth — cryptographically signed, pre-transaction condition-based access. OAuth proves who you are; wallet auth proves what you hold. Powered by InsumerAPI.",
5
5
  "keywords": [
6
6
  "wdk",