From 45f2d5287a2a59b2629da6215c013adc64194225 Mon Sep 17 00:00:00 2001 From: "Adharsh.U" <114822057+adharsh277@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:22:09 +0000 Subject: [PATCH 1/2] added all --- chainproof-arbiter/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chainproof-arbiter/README.md diff --git a/chainproof-arbiter/README.md b/chainproof-arbiter/README.md new file mode 100644 index 0000000..edc2552 --- /dev/null +++ b/chainproof-arbiter/README.md @@ -0,0 +1,23 @@ +# ChainProof Arbiter + +## Description +ChainProof Arbiter is an AI-powered blockchain risk arbitration system integrated with Cortensor decentralized AI router. + +## Cortensor Integration +This project uses Cortensor router endpoint: + +https://cor-0-testnet.agnc.my.id/ + +The router is used to securely route AI inference and validate blockchain risk analysis. + +## Demo Video +https://youtu.be/uVpmW08B9u4?si=x__bA-kHhTvY3DxP + +## DoraHacks Submission +https://dorahacks.io/buidl/40008 + +## GitHub Repository +https://github.com/adharsh277/ChainProof-Arbiter + +## Author +Adharsh U \ No newline at end of file From 977f3f67a1cfa8749814c04c42cdbb954d3c95ab Mon Sep 17 00:00:00 2001 From: "Adharsh.U" <114822057+adharsh277@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:25:46 +0530 Subject: [PATCH 2/2] Fix formatting in README for merge instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c8821..e7ef7d2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ main <- dev-userid <- dev-userid-feature1 4. **Test thoroughly** to ensure your project works as expected 5. **Merge your feature branch** back to your developer branch: - ```bash + ``` +bash git checkout dev-{userid} git merge dev-{userid}-{featurename} ```