aleeusgr / plutus-tests

fixing plutus starter
Apache License 2.0
1 stars 1 forks source link

escrow #7

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

In this tutorial we will see how to test Plutus contracts with contract models.

But what is the tutorial referring to?

Plutus.Contract.Test.ContractModel Plutus.Contracts.Tutorial.Escrow

https://playground.plutus.iohkdev.io/doc/haddock/plutus-contract/html/Plutus-Contract.html https://github.com/input-output-hk/plutus-apps/tree/main/doc/plutus/tutorials

aleeusgr commented 1 year ago

https://github.com/input-output-hk/plutus-apps/blob/v1.1.0/plutus-contract/plutus-contract.cabal Plutus.Contract.Test.ContractModel

https://github.com/input-output-hk/plutus-apps/blob/e32722a87df72ec86b5d20b85c5b749ebdb593b3/plutus-contract/plutus-contract.cabal#L200

Plutus.Contracts.Tutorial.Escrow:

https://github.com/input-output-hk/plutus-apps/blob/v1.1.0/doc/plutus/tutorials/Escrow.hs https://github.com/input-output-hk/plutus-apps/blob/e32722a87df72ec86b5d20b85c5b749ebdb593b3/plutus-use-cases/plutus-use-cases.cabal#L57

aleeusgr commented 1 year ago

https://github.com/input-output-hk/plutus-apps/tree/v1.1.0/plutus-use-cases/test/Spec/Tutorial https://github.com/input-output-hk/plutus-apps/tree/v1.1.0/plutus-use-cases/src/Plutus/Contracts/Tutorial https://github.com/input-output-hk/plutus-apps/blob/v1.1.0/plutus-use-cases/src/Plutus/Contracts/Escrow.hs

aleeusgr commented 1 year ago

https://github.com/input-output-hk/plutus-apps/blob/e32722a87df72ec86b5d20b85c5b749ebdb593b3/plutus-contract/src/Plutus/Trace.hs