From bbd86ff984cc836ec46275a80dfd6990a9e2f670 Mon Sep 17 00:00:00 2001 From: MarcusWentz <52706599+MarcusWentz@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:22:21 -0400 Subject: [PATCH] Uniswap V2 in README --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 72aa394..1de1ae9 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,8 @@ - [Network parameters](https://docs.fluent.xyz/developer-preview/connect-to-the-fluent-devnet) - Instructions for connecting to the Fluent devnet. - [Example Contracts](https://github.com/fluentlabs-xyz/fluentbase/tree/devel/examples) - A collection of examples for building with Fluent. - [Chess game example](https://chess.gblend.xyz/) - A chess game built on the Fluent blockchain. +- [Uniswap V2 Foundry](https://github.com/fluentlabs-xyz/uniswapV2_foundry_deploy) - Foundry deploy scripts for Uniswap V2 on Fluent testnet. +- [Uniswap V2 Frontend](https://github.com/fluentlabs-xyz/uniswapv2_frontend_testnet) - Simple Uniswap V2 frontend interface on Fluent testnet. - [Tiles game example](https://tiles.gblend.xyz/) - A tiles game built on the Fluent blockchain. - [Developer guides](https://docs.fluent.xyz/developer-guides/developer-quickstart-guides/) - A collection of guides for building with Fluent. - [Glossary](https://docs.fluent.xyz/resources/glossary) - A glossary of terms used in the Fluent ecosystem.