You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/ssri/README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,24 @@
36
36
Fully enabling CKB's Turing completeness and cryptographic freedom power.
37
37
</p>
38
38
39
-
###Script-Sourced Rich Information
39
+
## Script-Sourced Rich Information
40
40
41
-
Read more about SSRI on [[EN/CN] Script-Sourced Rich Information - 来源于 Script 的富信息](https://talk.nervos.org/t/en-cn-script-sourced-rich-information-script/8256).
41
+
- Try interactive demo at [CCC App - SSRI](https://ccc-git-udtssridemo-aaaaaaaalive24.vercel.app?_vercel_share=zQkvWcsB2U9HRbpRFtF9w3xQT9msZDWb)
42
+
- Read more about SSRI on [[EN/CN] Script-Sourced Rich Information - 来源于 Script 的富信息](https://talk.nervos.org/t/en-cn-script-sourced-rich-information-script/8256).
42
43
43
-
NOTE: This is the base package for interaction with SSRI-Compliant scripts.
44
+
>## NOTE: This is the base package for interaction with SSRI-Compliant scripts
45
+
>
46
+
>If you are looking for UDT support, please refer directly to [@ckb-ccc/udt](https://www.npmjs.com/package/@ckb-ccc/udt) which supports both SSRI-compliant UDT and legacy support for `xUDT` through `ckb-asset-indexer` (coming soon).
44
47
45
-
If you are looking for UDT support, please refer directly to [@ckb-ccc/udt](https://www.npmjs.com/package/@ckb-ccc/udt) which supports both SSRI-compliant UDT and falling back to xUDT.
48
+
## Additional Note
46
49
47
-
### Related Projects
50
+
- Currently `ExecutorJsonRpc` is the only supported `Executor`. There will be more in the future and legacy support for `xUDT` will be added through `ckb-asset-indexer`.
51
+
- A public SSRI Executor JSON RPC Point is being scheduled, and efforts are being made to make to provide in-browser SSRI execution with WASM.
48
52
49
-
-[`ssri-server`](https://github.com/ckb-devrel/ssri-server): Server for calling SSRI methods.
50
-
-[`ckb_ssri_sdk`](https://github.com/ckb-devrel/ckb_ssri_sdk): A toolkit to help developers build SSRI-Compliant scripts on CKB with production level example script `pausable-udt` for reference.
53
+
## Related Projects
54
+
55
+
-[`ssri-server`](https://github.com/ckb-devrel/ssri-server): `ExecutorJSONRpc` server for calling SSRI methods.
56
+
-[`ckb-ssri-std`](https://github.com/ckb-devrel/ckb-ssri-std): A toolkit to help developers build SSRI-Compliant scripts on CKB.
51
57
52
58
<h3align="center">
53
59
Read more about CCC on <ahref="https://docs.ckbccc.com">our website</a> or <ahref="https://github.com/ckb-devrel/ccc">GitHub Repo</a>.
0 commit comments