Skip to content

Commit

Permalink
Merge pull request #46 from Reactive-Network/edit-docs
Browse files Browse the repository at this point in the history
minor edits
  • Loading branch information
konstantinkoniukov authored Oct 10, 2024
2 parents bfa0b4d + 045ff95 commit c99e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/education/use-cases/use-case-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: use-case-3

## Overview

This article introduces the [Uniswap V2 Stop Order Demo](https://github.com/Reactive-Network/reactive-smart-contract-demos/tree/main/src/demos/uniswap-v2-stop-order). In this demo, a reactive contract listens for `Sync` events in a Uniswap V2 pool and triggers asset sales when the exchange rate hits a specified threshold. It builds on concepts from the [Reactive Network Demo](./use-case-1.md), which covers the basics of reactive applications.
This article focuses on the [Uniswap V2 Stop Order Demo](https://github.com/Reactive-Network/reactive-smart-contract-demos/tree/main/src/demos/uniswap-v2-stop-order) where a reactive contract listens for `Sync` events in a Uniswap V2 pool and triggers asset sales when the exchange rate hits a specified threshold. This demo extends the principles introduced in the [Reactive Network Demo](./use-case-1.md), which provides an introduction to building reactive smart contracts that respond to real-time events.

![Uniswap V2 Stop Order](./img/uniswap-stop-order.jpg)

Expand Down

0 comments on commit c99e786

Please sign in to comment.