From 04efe0b4362a068a19adf1f4d9b45791223e27a5 Mon Sep 17 00:00:00 2001 From: pkankaras <82387372+pkankaras@users.noreply.github.com> Date: Thu, 22 Apr 2021 11:37:41 +0200 Subject: [PATCH 1/2] Update README.md Read me file updated with additional link to the Plutus community plaugrounds. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bd9e5bd..1890dbd 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,19 @@ - [`PlutusTx.Data`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/Data.hs), contains the definition of the `Data` type. - [`PlutusTx.IsData.Class`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/IsData/Class.hs), defines the `IsData` class. +## Plutus community playgroud + +- [Week 1 Community Playground(Legacy)](https://playground-week1.plutus-community.com/) +- [Week 2 Community Playground(Legacy)](https://playground-week2.plutus-community.com/) +- [Week 3 Community Playground(Current)](https://playground.plutus-community.com/) + + ## 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) + + + + From 07e742dff53c5baf704ab14001a6f483875890e3 Mon Sep 17 00:00:00 2001 From: pkankaras <82387372+pkankaras@users.noreply.github.com> Date: Thu, 22 Apr 2021 13:35:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1890dbd..e376da7 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ - [`PlutusTx.Data`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/Data.hs), contains the definition of the `Data` type. - [`PlutusTx.IsData.Class`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/IsData/Class.hs), defines the `IsData` class. -## Plutus community playgroud +## Plutus community playground - [Week 1 Community Playground(Legacy)](https://playground-week1.plutus-community.com/) - [Week 2 Community Playground(Legacy)](https://playground-week2.plutus-community.com/)