From 08019e91f3a362ca82ad7a54951e94e497dd4ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Br=C3=BCnjes?= Date: Thu, 8 Apr 2021 12:15:17 +0200 Subject: [PATCH] updated README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index c4be97d..39b05db 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,23 @@ - Lecture #1: [English Auction](code/week01) +## Exercises + +- Week #1 + + - Build the [English Auction](code/week01) contract with `cabal build`. + - Clone the [The Plutus repository](https://github.com/input-output-hk/plutus), check out the correct commit + as specified in [cabal.project](code/week01/cabal.project). + - Enter a `nix-shell`. + - Go to the `plutus-playground-client` folder. + - Start the Playground server with `plutus-playground-server`. + - Start the Playground client (in another `nix-shell`) with `npm run start`. + - Copy-paste the auction contract into the Playground editor - don't forget to remove the module header! + - Compile. + - Simulate various auction scenarios. + ## Additional Resources +- [The Plutus repository](https://github.com/input-output-hk/plutus) +- [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/) - [Haskell & Cryptocurrencies course Mongolia](https://www.youtube.com/playlist?list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm)