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)