From 86b08240eab689b5c99b8c4a2e91174eb84ee2c6 Mon Sep 17 00:00:00 2001 From: Adam <45126464+KeyZox71@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:50:05 +0200 Subject: [PATCH] Add contract directory for smart contract files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4406191..24e7168 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Press F to pay respect │ └── volumes.yml # Docker volume definitions ├── src/ # Application source code │ ├── api/ # Backend logic (auth, user management) +│ ├── contract/ # Smart contract files │ ├── front/ # Frontend files │ └── utils/ # Utility modules (auth, TOTP, etc.) ├── flake.nix & flake.lock # Nix flake configuration