From 8d378e6a38bb5628ed38c3f964fe3b91c54fc5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=92=E5=A5=80?= Date: Sat, 14 Feb 2026 16:53:39 +0800 Subject: [PATCH] chore: update readme to indicate public demo oracle --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 94dffd8..8616715 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Natural Language Agreement Oracle - Create and manage blockchain escrows using natural language demands powered by AI. +## Public Demo + +A public demo oracle is deployed on Ethereum Sepolia at [`0xc5c132B69f57dAAAb75d9ebA86cab504b272Ccbc`](https://sepolia.etherscan.io/address/0xc5c132B69f57dAAAb75d9ebA86cab504b272Ccbc). You can use this oracle to test escrow creation and fulfillment on the Sepolia testnet without deploying your own oracle. + ## Table of Contents - [Prerequisites](#prerequisites)