From d889a2de177ae3263dbd289696b6dd283afe4311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Br=C3=BCnjes?= Date: Thu, 8 Apr 2021 12:07:47 +0200 Subject: [PATCH] added README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4be97d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Plutus Pioneer Program + +## Lectures + +- [Lecture #1](https://youtu.be/IEn6jUo-0vU) + + - Welcome + - The (E)UTxO-model + - Running an example auction contract on a local Playground + - Homework +## Code Examples + +- Lecture #1: [English Auction](code/week01) + +## Additional Resources + +- [Haskell & Cryptocurrencies course Mongolia](https://www.youtube.com/playlist?list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm)