From 6f55f43cbeb2285ffddd2ac28d4e1962e6d2581a Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Wed, 24 Apr 2024 10:18:01 +0200 Subject: [PATCH] docs: improved README.md --- contracts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/README.md b/contracts/README.md index 8e890d31..48789933 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -53,6 +53,8 @@ The `contracts` folder includes the following Solidity contracts and libraries: └── VersionComparisonLib.sol ``` +For **plugin development**, find the plugin base classes provided in the `plugin` folder and proxy deployment helpers in the `utils/deployment` folder. + In `contracts`, first run ```sh