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} ``` 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