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

Plutus.Contracts.Uniswap.Trace

Description

Example trace for the uniswap contract

Synopsis

Documentation

uniswapTrace :: EmulatorTrace () Source #

Set up a liquidity pool and call the "add" endpoint

setupTokens :: Contract (Maybe (Last OneShotCurrency)) CurrencySchema CurrencyError () Source #

Create some sample tokens and distribute them to the emulated wallets

tokenNames :: [TokenName] Source #

wallets :: [Wallet] Source #

increaseTransactionLimits :: Params -> Params Source #

increaseTransactionLimitsOpts :: CheckOptions -> CheckOptions Source #