From f9c16001a77588dc5e2752923511af33ce94fb0e Mon Sep 17 00:00:00 2001 From: Matthias Benkort <5680256+KtorZ@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:29:29 +0100 Subject: [PATCH 1/2] Update welcome.mdx --- docs/developer-resources/welcome.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/developer-resources/welcome.mdx b/docs/developer-resources/welcome.mdx index 25dded74..cb7b0e19 100644 --- a/docs/developer-resources/welcome.mdx +++ b/docs/developer-resources/welcome.mdx @@ -75,11 +75,13 @@ To start working with smart contracts, see: There are also many languages you can use to develop smart contracts: -- [Aiken](https://github.com/aiken-lang/aiken) (Rust-like language) -- [PlutusTx](https://github.com/IntersectMBO/plutus/tree/master/plutus-tx) (Haskell-based language for high assurance) -- [Marlowe](https://github.com/input-output-hk/marlowe-cardano) (TypeScript),  [Plu-ts](https://github.com/HarmonicLabs/plu-ts) (TypeScript) +- [Aiken](https://github.com/aiken-lang/aiken) (DSL) +- [Plutarch](https://github.com/Plutonomicon/plutarch-plutus) (Haskell-based eDSL) +- [PlutusTx](https://github.com/IntersectMBO/plutus/tree/master/plutus-tx) (Haskell) +- [Plu-ts](https://github.com/HarmonicLabs/plu-ts) (TypeScript) - [OpShin](https://github.com/OpShin/opshin) (Python) -- [Scalus](https://github.com/nau/scalus) (Scala). +- [Scalus](https://github.com/nau/scalus) (Scala) +- [Marlowe](https://github.com/input-output-hk/marlowe-cardano) (DSL)  ## Tools From 6a52941bf28b906e779fd5f826350301ad308165 Mon Sep 17 00:00:00 2001 From: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:15:48 +0200 Subject: [PATCH 2/2] Update welcome.mdx --- docs/developer-resources/welcome.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-resources/welcome.mdx b/docs/developer-resources/welcome.mdx index cb7b0e19..44789434 100644 --- a/docs/developer-resources/welcome.mdx +++ b/docs/developer-resources/welcome.mdx @@ -81,7 +81,7 @@ There are also many languages you can use to develop smart contracts: - [Plu-ts](https://github.com/HarmonicLabs/plu-ts) (TypeScript) - [OpShin](https://github.com/OpShin/opshin) (Python) - [Scalus](https://github.com/nau/scalus) (Scala) -- [Marlowe](https://github.com/input-output-hk/marlowe-cardano) (DSL)  +- [Marlowe](https://github.com/input-output-hk/marlowe-cardano) (DSL).  ## Tools