From 85884a64389976de564b337d7bcba6484f83a54b Mon Sep 17 00:00:00 2001 From: INS Date: Thu, 24 Oct 2024 21:27:49 +0800 Subject: [PATCH] Update README.md Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54858d0f..8b5945d8 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@ RGB++ Explorer is a RGB++ protocol blockchain explorer built with Next.js and Ne See live at [RGB++ Explorer](https://explorer.rgbpp.io) and [Testnet](https://testnet.explorer.rgbpp.io). ## About [RGB++](https://www.rgbppfans.com/) -RGB++ is an extension protocol based on RGB that utilizes disposable seals and client verification techniques to manage state changes and transaction validation. It maps Bitcoin UTXOs to Nervos CKB cells through homomorphic binding and leverages script constraints on both the CKB and Bitcoin chains to verify the correctness of state calculations and the validity of ownership transfers. RGB++ addresses the technical challenges of the original RGB protocol in real-world applications and offers additional possibilities, such as blockchain-enhanced client verification, transaction folding, shared state with non-custodial contracts, and non-interactive transfers. It brings Turing-complete contract extensions and performance enhancements to Bitcoin without the need for cross-chain interactions and without compromising security. +RGB++ is an extension protocol based on RGB that utilizes single-use seals and client-side verification techniques to manage state changes and transaction validation. It maps Bitcoin UTXOs to Nervos CKB cells through isomorphic binding and leverages script constraints on both the CKB and Bitcoin chains to verify the correctness of state calculations and the validity of ownership transfers. + +RGB++ addresses the technical challenges of the original RGB protocol in real-world applications and offers additional possibilities, such as blockchain-enhanced client-side verification, transaction folding, shared state across contracts, and non-interactive transfers. It brings Turing-complete contract scalability and performance enhancements to Bitcoin without the need for cross-chain interactions and without compromising security.