@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.
- package/README.md +0 -6
- 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