From ae97259862902bf516df2fcf1c4aef1a90f23b32 Mon Sep 17 00:00:00 2001 From: Raphael Nembhard <100111587+DeluxeRaph@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:36:08 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9fc9d53..8819aeb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,18 @@ To integrate DGL into your DAO's governance and treasury management process: - DAO members can propose large token orders and vote using their wrapped tokens. - Once a proposal is approved, the TWAMM hook will execute the order over time, ensuring minimal market disruption. +## Test +--- + +*requires [foundry](https://book.getfoundry.sh)* + +``` +forge install +forge test +``` + +--- + ## Contribution We welcome contributions from the community to improve DGL's functionality. Whether it's proposing new features, improving efficiency, or enhancing governance integrations, we encourage you to open issues or submit pull requests.