Disclamer!
-
- This is a PoC demo to show how to use JoyID and the new witness layout
- and transaction building process named Cobuild.
-
-
- The demo uses a custom lock which has a different CKB address from the
- JoyID CKB address.
-
- The contract used by this demo has not been audited.
- This demo runs in CKB testnet.
+
+ -
+ This is a PoC demo showcasing the management of DAO deposits through
+ the use of a new witness layout and transaction building protocol
+ named Cobuild.
+
+ -
+ In this demo, JoyID is used to sign transactions. Please note that the
+ CKB address used in this demo is different from the official JoyID CKB
+ address, as a custom lock is employed to support the Cobuild witness
+ layout.
+
+ - The custom lock utilized in this demo has never been audited!
+ - This demo runs in the CKB chain {ckbChain}.
+
);
}
diff --git a/src/app/page.js b/src/app/page.js
index f2b6045..47261bc 100644
--- a/src/app/page.js
+++ b/src/app/page.js
@@ -6,7 +6,7 @@ export default function RootPage({ config }) {
config = config ?? useConfig();
return (