From fe418353bbb52fa20af8c34015a2e439aa829993 Mon Sep 17 00:00:00 2001 From: Muninn Date: Sun, 17 Nov 2024 06:57:40 +0700 Subject: [PATCH] chore: better readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 972074b..319aee6 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ ETHGlobal Bangkok 2024 Hackathon Project ![Look Ma, No Hands!](head.png) + +## Structure +``` +ai/ + - Contains the AI model and training code +backend/ + - Contains the backend code +frontend/ + - Contains the frontend code +erc7730/ + - Contains the ERC-7730 metadata of the contract +swipapi/ + - Contains the wrapped 1inch API +```