From 91af93749b72f07af4f1bf3e8ecf1206d201a688 Mon Sep 17 00:00:00 2001 From: contractless Date: Sun, 12 Jul 2026 20:22:36 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4f8f1b..5f37d31 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Use the release package that matches your operating system and follow the matchi | [Mempool](src/branch/main/docs/MEMPOOL.md) | Inspect pending transactions and mempool state. | | [Data Storage](src/branch/main/docs/DATA_STORAGE.md) | Create storage keys, write app data, and use paid storage lookups. | | [Other Tools and Transactions](src/branch/main/docs/OTHER_TOOLS_AND_TRANSACTIONS.md) | Additional CLI tools, transaction types, and maintenance commands. | +| [Fees](src/branch/main/docs/FEES.md) | Base fees for every native transaction type. | | [Developers](src/branch/main/docs/DEV.md) | Architecture notes, library structure, RPC behavior, and contribution guidance. | ## Current Status