From 9f2ea8496041a1f19096eedb50e27da1f59c4833 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 23 Dec 2025 20:30:24 +0800 Subject: [PATCH] Revise README with updated SDK links and zkTLS info Updated links for Primus Network Core SDK and added details about zkTLS. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a03d1..239bae0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ ## About Primus Network-Core-SDK -When integrating data verification solutions into your **backend** server, you can utilize the **Primus Network Core SDK**. For integrating Primus network capabilities with DApps for end users, please refer to the [DApp Integration](https://docs.primuslabs.xyz/primus-network/build-with-primus/for-developers/example) guide. +When integrating data verification solutions into your **backend** server, you can utilize the [**Primus Network Core SDK**](https://docs.primuslabs.xyz/primus-network/build-with-primus/for-backend/simpleexample). For integrating Primus network capabilities with DApps for end users, please refer to the [DApp Integration](https://docs.primuslabs.xyz/primus-network/build-with-primus/for-developers/example) guide. The Network-Core-SDK allows you to verify data through API endpoint responses. An authorized token or other credential is required to request private data if the data source server requires permissioned access. Note that in the backend integration situation, the developer usually proves their off-chain data in their built application, and the Primus extension is **not** required. Typical scenarios include proof of reserves, in which a configured web page periodically proves that the stablecoin issuer holds sufficient collateral across off-chain platforms. +For more details about Primus zkTLS, please refer to: +1. zkTLS technology link: https://docs.primuslabs.xyz/data-verification/tech-intro +2. Primus Network: https://docs.primuslabs.xyz/primus-network/understand-primus-network + ## Install ```bash npm install