@soteria1/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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,10 +45,4 @@ const total = shielded.balance(mine);
45
45
  Proof artifacts (`transaction.wasm`, `transaction_final.zkey`) come from the
46
46
  project's trusted setup (`scripts/setup-transaction.sh`); serve them statically.
47
47
 
48
- ## ⚠️ Status
49
-
50
- Experimental. The ZK circuits are **unaudited** and the trusted setups are
51
- single-contributor (dev). **Do not use with real funds** without a professional
52
- audit and a real multi-party ceremony.
53
-
54
48
  MIT licensed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soteria1/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Soteria privacy SDK for Solana: hidden-amount shielded payments, ZK selective disclosure, stealth addresses, confidential amounts.",
5
5
  "license": "MIT",
6
6
  "type": "module",