plutus-use-cases-1.2.0.0: Collection of smart contracts to develop the plutus/wallet interface
Safe HaskellNone
LanguageHaskell2010

Plutus.Contracts.Uniswap

Description

A decentralized exchange for arbitrary token pairs following the Uniswap protocol.

Details:

  • OffChain contains the instance endpoints and client functionality
  • OnChain contains the validation logic
  • Types conains a few common datatypes for working with this contract
  • Pool contains functions needed by both on-chain and off-chain code related to working with liquidity pools.

Documentation