updated README

This commit is contained in:
Lars Brünjes 2021-04-08 12:15:17 +02:00
parent d889a2de17
commit 08019e91f3
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -12,6 +12,23 @@
- Lecture #1: [English Auction](code/week01) - 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 ## 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) - [Haskell & Cryptocurrencies course Mongolia](https://www.youtube.com/playlist?list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm)