diff --git a/code/week09/.gitignore b/code/week09/.gitignore new file mode 100644 index 0000000..2bbd0a6 --- /dev/null +++ b/code/week09/.gitignore @@ -0,0 +1,6 @@ +dist-newstyle/ +oracle.cid +W2.cid +W3.cid +W4.cid +W5.cid diff --git a/code/week10/.devcontainer/devcontainer.json b/code/week10/.devcontainer/devcontainer.json new file mode 100644 index 0000000..51f7dce --- /dev/null +++ b/code/week10/.devcontainer/devcontainer.json @@ -0,0 +1,23 @@ +{ + "name": "Plutus Starter Project", + "image": "plutus-devcontainer:latest", + + "remoteUser": "plutus", + + "mounts": [ + // This shares cabal's remote repository state with the host. We don't mount the whole of '.cabal', because + // 1. '.cabal/config' contains absolute paths that will only make sense on the host, and + // 2. '.cabal/store' is not necessarily portable to different version of cabal etc. + "source=${localEnv:HOME}/.cabal/packages,target=/home/plutus/.cabal/packages,type=bind,consistency=cached", + ], + + "settings": { + // Note: don't change from bash so it runs .bashrc + "terminal.integrated.shell.linux": "/bin/bash" + }, + + // IDs of extensions inside container + "extensions": [ + "haskell.haskell" + ], +} diff --git a/code/week10/.gitignore b/code/week10/.gitignore new file mode 100644 index 0000000..2bbd0a6 --- /dev/null +++ b/code/week10/.gitignore @@ -0,0 +1,6 @@ +dist-newstyle/ +oracle.cid +W2.cid +W3.cid +W4.cid +W5.cid diff --git a/code/week10/LICENSE b/code/week10/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/code/week10/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/code/week10/app/Uniswap.hs b/code/week10/app/Uniswap.hs new file mode 100644 index 0000000..ba3b18d --- /dev/null +++ b/code/week10/app/Uniswap.hs @@ -0,0 +1,43 @@ +{-# LANGUAGE DataKinds #-} +{-# LANGUAGE DeriveAnyClass #-} +{-# LANGUAGE DeriveGeneric #-} +{-# LANGUAGE DerivingStrategies #-} +{-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE LambdaCase #-} +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE RankNTypes #-} +{-# LANGUAGE TypeApplications #-} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE TypeOperators #-} + +module Uniswap where + +import Control.Monad (forM_, when) +import qualified Data.Semigroup as Semigroup +import Ledger +import Ledger.Constraints +import Ledger.Value as Value +import Plutus.Contract hiding (when) +import qualified Plutus.Contracts.Currency as Currency +import Wallet.Emulator.Types (Wallet (..), walletPubKey) + +initContract :: Contract (Maybe (Semigroup.Last Currency.OneShotCurrency)) Currency.CurrencySchema Currency.CurrencyError () +initContract = do + ownPK <- pubKeyHash <$> ownPubKey + cur <- Currency.forgeContract ownPK [(tn, fromIntegral (length wallets) * amount) | tn <- tokenNames] + let cs = Currency.currencySymbol cur + v = mconcat [Value.singleton cs tn amount | tn <- tokenNames] + forM_ wallets $ \w -> do + let pkh = pubKeyHash $ walletPubKey w + when (pkh /= ownPK) $ do + tx <- submitTx $ mustPayToPubKey pkh v + awaitTxConfirmed $ txId tx + tell $ Just $ Semigroup.Last cur + where + amount = 1000000 + +wallets :: [Wallet] +wallets = [Wallet i | i <- [1 .. 4]] + +tokenNames :: [TokenName] +tokenNames = ["A", "B", "C", "D"] diff --git a/code/week10/app/oracle-pab.hs b/code/week10/app/oracle-pab.hs new file mode 100644 index 0000000..3939d02 --- /dev/null +++ b/code/week10/app/oracle-pab.hs @@ -0,0 +1,123 @@ +{-# LANGUAGE DataKinds #-} +{-# LANGUAGE DeriveAnyClass #-} +{-# LANGUAGE DerivingStrategies #-} +{-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE LambdaCase #-} +{-# LANGUAGE NumericUnderscores #-} +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE RankNTypes #-} +{-# LANGUAGE TypeApplications #-} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE TypeOperators #-} + +module Main + ( main + ) where + +import Control.Monad (forM_, void, when) +import Control.Monad.Freer (Eff, Member, interpret, type (~>)) +import Control.Monad.Freer.Error (Error) +import Control.Monad.Freer.Extras.Log (LogMsg) +import Control.Monad.IO.Class (MonadIO (..)) +import Data.Aeson (FromJSON, Result (..), fromJSON) +import Data.Monoid (Last (..)) +import Data.Text (Text, pack) +import Ledger +import Ledger.Constraints +import qualified Ledger.Value as Value +import Plutus.Contract hiding (when) +import Plutus.PAB.Effects.Contract (ContractEffect (..)) +import Plutus.PAB.Effects.Contract.Builtin (Builtin, SomeBuiltin (..), type (.\\), endpointsToSchemas, handleBuiltin) +import Plutus.PAB.Monitoring.PABLogMsg (PABMultiAgentMsg) +import Plutus.PAB.Simulator (SimulatorEffectHandlers) +import qualified Plutus.PAB.Simulator as Simulator +import Plutus.PAB.Types (PABError (..)) +import qualified Plutus.PAB.Webserver.Server as PAB.Server +import qualified Plutus.Contracts.Currency as Currency + +import Wallet.Emulator.Types (Wallet (..), walletPubKey) +import Wallet.Types (ContractInstanceId (..)) + +import qualified Week06.Oracle.Core as Oracle +import Week06.Oracle.PAB (OracleContracts (..)) +import qualified Week06.Oracle.Swap as Oracle + +main :: IO () +main = void $ Simulator.runSimulationWith handlers $ do + Simulator.logString @(Builtin OracleContracts) "Starting Oracle PAB webserver. Press enter to exit." + shutdown <- PAB.Server.startServerDebug + + cidInit <- Simulator.activateContract (Wallet 1) Init + cs <- waitForLast cidInit + _ <- Simulator.waitUntilFinished cidInit + + cidOracle <- Simulator.activateContract (Wallet 1) $ Oracle cs + liftIO $ writeFile "oracle.cid" $ show $ unContractInstanceId cidOracle + oracle <- waitForLast cidOracle + + forM_ wallets $ \w -> + when (w /= Wallet 1) $ do + cid <- Simulator.activateContract w $ Swap oracle + liftIO $ writeFile ('W' : show (getWallet w) ++ ".cid") $ show $ unContractInstanceId cid + + void $ liftIO getLine + shutdown + +waitForLast :: FromJSON a => ContractInstanceId -> Simulator.Simulation t a +waitForLast cid = + flip Simulator.waitForState cid $ \json -> case fromJSON json of + Success (Last (Just x)) -> Just x + _ -> Nothing + +wallets :: [Wallet] +wallets = [Wallet i | i <- [1 .. 5]] + +usdt :: TokenName +usdt = "USDT" + +oracleParams :: CurrencySymbol -> Oracle.OracleParams +oracleParams cs = Oracle.OracleParams + { Oracle.opFees = 1_000_000 + , Oracle.opSymbol = cs + , Oracle.opToken = usdt + } + +handleOracleContracts :: + ( Member (Error PABError) effs + , Member (LogMsg (PABMultiAgentMsg (Builtin OracleContracts))) effs + ) + => ContractEffect (Builtin OracleContracts) + ~> Eff effs +handleOracleContracts = handleBuiltin getSchema getContract where + getSchema = \case + Init -> endpointsToSchemas @Empty + Oracle _ -> endpointsToSchemas @(Oracle.OracleSchema .\\ BlockchainActions) + Swap _ -> endpointsToSchemas @(Oracle.SwapSchema .\\ BlockchainActions) + getContract = \case + Init -> SomeBuiltin initContract + Oracle cs -> SomeBuiltin $ Oracle.runOracle $ oracleParams cs + Swap oracle -> SomeBuiltin $ Oracle.swap oracle + +handlers :: SimulatorEffectHandlers (Builtin OracleContracts) +handlers = + Simulator.mkSimulatorHandlers @(Builtin OracleContracts) [] + $ interpret handleOracleContracts + +initContract :: Contract (Last CurrencySymbol) BlockchainActions Text () +initContract = do + ownPK <- pubKeyHash <$> ownPubKey + cur <- + mapError (pack . show) + (Currency.forgeContract ownPK [(usdt, fromIntegral (length wallets) * amount)] + :: Contract (Last CurrencySymbol) BlockchainActions Currency.CurrencyError Currency.OneShotCurrency) + let cs = Currency.currencySymbol cur + v = Value.singleton cs usdt amount + forM_ wallets $ \w -> do + let pkh = pubKeyHash $ walletPubKey w + when (pkh /= ownPK) $ do + tx <- submitTx $ mustPayToPubKey pkh v + awaitTxConfirmed $ txId tx + tell $ Last $ Just cs + where + amount :: Integer + amount = 100_000_000 diff --git a/code/week10/app/uniswap-client.hs b/code/week10/app/uniswap-client.hs new file mode 100644 index 0000000..a6c3f4e --- /dev/null +++ b/code/week10/app/uniswap-client.hs @@ -0,0 +1,124 @@ +{-# LANGUAGE NumericUnderscores #-} +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE ScopedTypeVariables #-} + +module Main + ( main + ) where + +import Control.Concurrent +import Control.Exception +import Control.Monad.IO.Class (MonadIO (..)) +import Data.Aeson (Result (..), fromJSON) +import Data.Monoid (Last (..)) +import Data.Proxy (Proxy (..)) +import Data.Text (pack) +import Data.UUID +import Ledger.Value (flattenValue) +import Network.HTTP.Req +import Plutus.PAB.Events.ContractInstanceState (PartiallyDecodedResponse (..)) +import Plutus.PAB.Webserver.Types +import System.Environment (getArgs) +import System.IO +import Text.Read (readMaybe) + +main :: IO () +main = do + putStrLn "Uniswap Client" +{- + [i :: Int] <- map read <$> getArgs + uuid <- read <$> readFile ('W' : show i ++ ".cid") + hSetBuffering stdout NoBuffering + putStrLn $ "swap contract instance id for Wallet " ++ show i ++ ": " ++ show uuid + go uuid + where + go :: UUID -> IO a + go uuid = do + cmd <- readCommand + case cmd of + Offer amt -> offer uuid amt + Retrieve -> retrieve uuid + Use -> use uuid + Funds -> getFunds uuid + go uuid + + readCommand :: IO Command + readCommand = do + putStr "enter command (Offer amt, Retrieve, Use or Funds): " + s <- getLine + maybe readCommand return $ readMaybe s + +data Command = Offer Integer | Retrieve | Use | Funds + deriving (Show, Read, Eq, Ord) + +getFunds :: UUID -> IO () +getFunds uuid = handle h $ runReq defaultHttpConfig $ do + v <- req + POST + (http "127.0.0.1" /: "api" /: "new" /: "contract" /: "instance" /: pack (show uuid) /: "endpoint" /: "funds") + (ReqBodyJson ()) + (Proxy :: Proxy (JsonResponse ())) + (port 8080) + if responseStatusCode v /= 200 + then liftIO $ putStrLn "error getting funds" + else do + w <- req + GET + (http "127.0.0.1" /: "api" /: "new" /: "contract" /: "instance" /: pack (show uuid) /: "status") + NoReqBody + (Proxy :: Proxy (JsonResponse (ContractInstanceClientState OracleContracts))) + (port 8080) + liftIO $ putStrLn $ case fromJSON $ observableState $ cicCurrentState $ responseBody w of + Success (Last (Just f)) -> "funds: " ++ show (flattenValue f) + _ -> "error decoding state" + where + h :: HttpException -> IO () + h _ = threadDelay 1_000_000 >> getFunds uuid + +offer :: UUID -> Integer -> IO () +offer uuid amt = handle h $ runReq defaultHttpConfig $ do + v <- req + POST + (http "127.0.0.1" /: "api" /: "new" /: "contract" /: "instance" /: pack (show uuid) /: "endpoint" /: "offer") + (ReqBodyJson amt) + (Proxy :: Proxy (JsonResponse ())) + (port 8080) + liftIO $ putStrLn $ if responseStatusCode v == 200 + then "offered swap of " ++ show amt ++ " lovelace" + else "error offering swap" + where + h :: HttpException -> IO () + h _ = threadDelay 1_000_000 >> offer uuid amt + +retrieve :: UUID -> IO () +retrieve uuid = handle h $ runReq defaultHttpConfig $ do + v <- req + POST + (http "127.0.0.1" /: "api" /: "new" /: "contract" /: "instance" /: pack (show uuid) /: "endpoint" /: "retrieve") + (ReqBodyJson ()) + (Proxy :: Proxy (JsonResponse ())) + (port 8080) + liftIO $ putStrLn $ if responseStatusCode v == 200 + then "retrieved swaps" + else "error retrieving swaps" + where + h :: HttpException -> IO () + h _ = threadDelay 1_000_000 >> retrieve uuid + +use :: UUID -> IO () +use uuid = handle h $ runReq defaultHttpConfig $ do + v <- req + POST + (http "127.0.0.1" /: "api" /: "new" /: "contract" /: "instance" /: pack (show uuid) /: "endpoint" /: "use") + (ReqBodyJson ()) + (Proxy :: Proxy (JsonResponse ())) + (port 8080) + liftIO $ putStrLn $ if responseStatusCode v == 200 + then "used swap" + else "error using swap" + where + h :: HttpException -> IO () + h _ = threadDelay 1_000_000 >> use uuid + + +-} diff --git a/code/week10/app/uniswap-pab.hs b/code/week10/app/uniswap-pab.hs new file mode 100644 index 0000000..003d470 --- /dev/null +++ b/code/week10/app/uniswap-pab.hs @@ -0,0 +1,119 @@ +{-# LANGUAGE DataKinds #-} +{-# LANGUAGE DeriveAnyClass #-} +{-# LANGUAGE DeriveGeneric #-} +{-# LANGUAGE DerivingStrategies #-} +{-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE LambdaCase #-} +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE RankNTypes #-} +{-# LANGUAGE TypeApplications #-} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE TypeOperators #-} +module Main + ( main + ) where + +import Control.Monad (forM, void) +import Control.Monad.Freer (Eff, Member, interpret, type (~>)) +import Control.Monad.Freer.Error (Error) +import Control.Monad.Freer.Extras.Log (LogMsg) +import Control.Monad.IO.Class (MonadIO (..)) +import Data.Aeson (FromJSON, Result (..), ToJSON, encode, fromJSON) +import qualified Data.Map.Strict as Map +import qualified Data.Monoid as Monoid +import qualified Data.Semigroup as Semigroup +import Data.Text (Text) +import Data.Text.Prettyprint.Doc (Pretty (..), viaShow) +import GHC.Generics (Generic) +import Ledger.Ada (adaSymbol, adaToken) +import Plutus.Contract +import qualified Plutus.Contracts.Currency as Currency +import qualified Plutus.Contracts.Uniswap as Uniswap +import Plutus.PAB.Effects.Contract (ContractEffect (..)) +import Plutus.PAB.Effects.Contract.Builtin (Builtin, SomeBuiltin (..), type (.\\)) +import qualified Plutus.PAB.Effects.Contract.Builtin as Builtin +import Plutus.PAB.Monitoring.PABLogMsg (PABMultiAgentMsg) +import Plutus.PAB.Simulator (SimulatorEffectHandlers, logString) +import qualified Plutus.PAB.Simulator as Simulator +import Plutus.PAB.Types (PABError (..)) +import qualified Plutus.PAB.Webserver.Server as PAB.Server +import Prelude hiding (init) +import Uniswap as US +import Wallet.Emulator.Types (Wallet (..)) + +main :: IO () +main = void $ Simulator.runSimulationWith handlers $ do + logString @(Builtin UniswapContracts) "Starting Uniswap PAB webserver on port 8080. Press enter to exit." + shutdown <- PAB.Server.startServerDebug + + cidInit <- Simulator.activateContract (Wallet 1) Init + cs <- flip Simulator.waitForState cidInit $ \json -> case fromJSON json of + Success (Just (Semigroup.Last cur)) -> Just $ Currency.currencySymbol cur + _ -> Nothing + _ <- Simulator.waitUntilFinished cidInit + + logString @(Builtin UniswapContracts) $ "Initialization finished. Minted: " ++ show cs + + let coins = Map.fromList [(tn, Uniswap.mkCoin cs tn) | tn <- tokenNames] + ada = Uniswap.mkCoin adaSymbol adaToken + + cidStart <- Simulator.activateContract (Wallet 1) UniswapStart + us <- flip Simulator.waitForState cidStart $ \json -> case (fromJSON json :: Result (Monoid.Last (Either Text Uniswap.Uniswap))) of + Success (Monoid.Last (Just (Right us))) -> Just us + _ -> Nothing + logString @(Builtin UniswapContracts) $ "Uniswap instance created: " ++ show us + + cids <- fmap Map.fromList $ forM wallets $ \w -> do + cid <- Simulator.activateContract w $ UniswapUser us + logString @(Builtin UniswapContracts) $ "Uniswap user contract started for " ++ show w + Simulator.waitForEndpoint cid "funds" + _ <- Simulator.callEndpointOnInstance cid "funds" () + v <- flip Simulator.waitForState cid $ \json -> case (fromJSON json :: Result (Monoid.Last (Either Text Uniswap.UserContractState))) of + Success (Monoid.Last (Just (Right (Uniswap.Funds v)))) -> Just v + _ -> Nothing + logString @(Builtin UniswapContracts) $ "initial funds in wallet " ++ show w ++ ": " ++ show v + return (w, cid) + + let cp = Uniswap.CreateParams ada (coins Map.! "A") 100000 500000 + logString @(Builtin UniswapContracts) $ "creating liquidity pool: " ++ show (encode cp) + let cid2 = cids Map.! Wallet 2 + Simulator.waitForEndpoint cid2 "create" + _ <- Simulator.callEndpointOnInstance cid2 "create" cp + flip Simulator.waitForState (cids Map.! Wallet 2) $ \json -> case (fromJSON json :: Result (Monoid.Last (Either Text Uniswap.UserContractState))) of + Success (Monoid.Last (Just (Right Uniswap.Created))) -> Just () + _ -> Nothing + logString @(Builtin UniswapContracts) "liquidity pool created" + + _ <- liftIO getLine + shutdown + +data UniswapContracts = + Init + | UniswapStart + | UniswapUser Uniswap.Uniswap + deriving (Eq, Ord, Show, Generic) + deriving anyclass (FromJSON, ToJSON) + +instance Pretty UniswapContracts where + pretty = viaShow + +handleUniswapContract :: + ( Member (Error PABError) effs + , Member (LogMsg (PABMultiAgentMsg (Builtin UniswapContracts))) effs + ) + => ContractEffect (Builtin UniswapContracts) + ~> Eff effs +handleUniswapContract = Builtin.handleBuiltin getSchema getContract where + getSchema = \case + UniswapUser _ -> Builtin.endpointsToSchemas @(Uniswap.UniswapUserSchema .\\ BlockchainActions) + UniswapStart -> Builtin.endpointsToSchemas @(Uniswap.UniswapOwnerSchema .\\ BlockchainActions) + Init -> Builtin.endpointsToSchemas @Empty + getContract = \case + UniswapUser us -> SomeBuiltin $ Uniswap.userEndpoints us + UniswapStart -> SomeBuiltin Uniswap.ownerEndpoint + Init -> SomeBuiltin US.initContract + +handlers :: SimulatorEffectHandlers (Builtin UniswapContracts) +handlers = + Simulator.mkSimulatorHandlers @(Builtin UniswapContracts) [] -- [Init, UniswapStart, UniswapUser ???] + $ interpret handleUniswapContract diff --git a/code/week10/cabal.project b/code/week10/cabal.project new file mode 100644 index 0000000..4d01013 --- /dev/null +++ b/code/week10/cabal.project @@ -0,0 +1,145 @@ +index-state: 2021-04-13T00:00:00Z + +packages: ./. + +-- You never, ever, want this. +write-ghc-environment-files: never + +-- Always build tests and benchmarks. +tests: true +benchmarks: true + +source-repository-package + type: git + location: https://github.com/input-output-hk/plutus.git + subdir: + freer-extras + playground-common + plutus-core + plutus-contract + plutus-ledger + plutus-ledger-api + plutus-pab + plutus-tx + plutus-tx-plugin + plutus-use-cases + prettyprinter-configurable + quickcheck-dynamic + tag: 74cb849b6580d937a97aff42636d4ddc6a140ed6 + +-- The following sections are copied from the 'plutus' repository cabal.project at the revision +-- given above. +-- This is necessary because the 'plutus' libraries depend on a number of other libraries which are +-- not on Hackage, and so need to be pulled in as `source-repository-package`s themselves. Make sure to +-- re-update this section from the template when you do an upgrade. + +-- This is also needed so evenful-sql-common will build with a +-- newer version of persistent. See stack.yaml for the mirrored +-- configuration. +package eventful-sql-common + ghc-options: -XDerivingStrategies -XStandaloneDeriving -XUndecidableInstances -XDataKinds -XFlexibleInstances + +allow-newer: + -- Has a commit to allow newer aeson, not on Hackage yet + monoidal-containers:aeson + -- Pins to an old version of Template Haskell, unclear if/when it will be updated + , size-based:template-haskell + + -- The following two dependencies are needed by plutus. + , eventful-sql-common:persistent + , eventful-sql-common:persistent-template + +constraints: + -- aws-lambda-haskell-runtime-wai doesn't compile with newer versions + aws-lambda-haskell-runtime <= 3.0.3 + -- big breaking change here, inline-r doens't have an upper bound + , singletons < 3.0 + -- breaks eventful even more than it already was + , persistent-template < 2.12 + +-- See the note on nix/pkgs/default.nix:agdaPackages for why this is here. +-- (NOTE this will change to ieee754 in newer versions of nixpkgs). +extra-packages: ieee, filemanip + + +-- Needs some patches, but upstream seems to be fairly dead (no activity in > 1 year) +source-repository-package + type: git + location: https://github.com/shmish111/purescript-bridge.git + tag: 6a92d7853ea514be8b70bab5e72077bf5a510596 + +source-repository-package + type: git + location: https://github.com/shmish111/servant-purescript.git + tag: a76104490499aa72d40c2790d10e9383e0dbde63 + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-crypto.git + tag: f73079303f663e028288f9f4a9e08bcca39a923e + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: 4251c0bb6e4f443f00231d28f5f70d42876da055 + subdir: + binary + binary/test + slotting + cardano-crypto-class + cardano-crypto-praos + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-prelude + tag: ee4e7b547a991876e6b05ba542f4e62909f4a571 + subdir: + cardano-prelude + cardano-prelude-test + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: 6cb9052bde39472a0555d19ade8a42da63d3e904 + subdir: + typed-protocols + typed-protocols-examples + ouroboros-network + ouroboros-network-testing + ouroboros-network-framework + io-sim + io-sim-classes + network-mux + Win32-network + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: a89c38ed5825ba17ca79fddb85651007753d699d + subdir: + iohk-monitoring + tracer-transformers + contra-tracer + plugins/backend-ekg + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 097890495cbb0e8b62106bcd090a5721c3f4b36f + subdir: + byron/chain/executable-spec + byron/crypto + byron/crypto/test + byron/ledger/executable-spec + byron/ledger/impl + byron/ledger/impl/test + semantics/executable-spec + semantics/small-steps-test + shelley/chain-and-ledger/dependencies/non-integer + shelley/chain-and-ledger/executable-spec + shelley-ma/impl + +source-repository-package + type: git + location: https://github.com/input-output-hk/goblins + tag: cde90a2b27f79187ca8310b6549331e59595e7ba diff --git a/code/week10/hie.yaml b/code/week10/hie.yaml new file mode 100644 index 0000000..e7e5566 --- /dev/null +++ b/code/week10/hie.yaml @@ -0,0 +1,6 @@ +cradle: + cabal: + - path: "./app/uniswap-pab.hs" + component: "exe:uniswap-pab" + - path: "./app/uniswap-client.hs" + component: "exe:uniswap-client" diff --git a/code/week10/plutus-pioneer-program-week10.cabal b/code/week10/plutus-pioneer-program-week10.cabal new file mode 100644 index 0000000..56fdb82 --- /dev/null +++ b/code/week10/plutus-pioneer-program-week10.cabal @@ -0,0 +1,67 @@ +Cabal-Version: 2.4 +Name: plutus-pioneer-program-week10 +Version: 0.1.0.0 +Author: Lars Bruenjes +Maintainer: lars.bruenjes@iohk.io +Build-Type: Simple +Copyright: © 2021 Lars Bruenjes +License: Apache-2.0 +License-files: LICENSE + +source-repository head + type: git + location: https://github.com/input-output-hk/plutus-pioneer-program + +flag defer-plugin-errors + description: + Defer errors from the plugin, useful for things like Haddock that can't handle it. + default: False + manual: True + +common lang + default-language: Haskell2010 + default-extensions: ExplicitForAll ScopedTypeVariables + DeriveGeneric StandaloneDeriving DeriveLift + GeneralizedNewtypeDeriving DeriveFunctor DeriveFoldable + DeriveTraversable + ghc-options: -Wall -Wnoncanonical-monad-instances + -Wincomplete-uni-patterns -Wincomplete-record-updates + -Wredundant-constraints -Widentities + -- See Plutus Tx readme + -fobject-code -fno-ignore-interface-pragmas -fno-omit-interface-pragmas + if flag(defer-plugin-errors) + ghc-options: -fplugin-opt PlutusTx.Plugin:defer-errors + +executable uniswap-pab + main-is: uniswap-pab.hs + other-modules: Uniswap + hs-source-dirs: app + default-language: Haskell2010 + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat + -Wincomplete-uni-patterns -Wincomplete-record-updates + -Wno-missing-import-lists -Wredundant-constraints -O0 + build-depends: + base >=4.9 && <5, + bytestring, + aeson -any, + containers -any, + freer-extras -any, + freer-simple -any, + plutus-contract -any, + plutus-ledger -any, + plutus-pab, + plutus-use-cases -any, + prettyprinter -any, + text -any + +executable uniswap-client + main-is: uniswap-client.hs + hs-source-dirs: app + ghc-options: -Wall + build-depends: aeson + , base ^>= 4.14.1.0 + , plutus-ledger + , plutus-pab + , req ^>= 3.9.0 + , text + , uuid