From b29bbf1db9ab06a30f66f2804632b3e7f359d07d Mon Sep 17 00:00:00 2001 From: 50^2 <36756030+aleeusgr@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:48:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 858ff71..03e15e8 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ is used to architect a decentralzied application using eUTXO model and Helios, a domain specific language for writing smart contracts on Cardano blockchain. ## Why? -Cardano is famous for its tough onboarding: most developers with under 3 years of experience find it extremely difficult to develop a product. First challenge is the eUTXO model, which is transaction-based - a more secure but less intuitive that [the alternatives]([url](https://jcliff.medium.com/intro-to-blockchain-utxo-vs-account-based-89b9a01cd4f5)). The second challenge is the necessity to deal with Haskell.nix - a notoriously complex build system. +Tough onboarding is a well-known problem for Cardano: most developers with under 3 years of experience find it extremely difficult to develop a solution, and even upon completion of Plutus Pioneer Program most developer struggle. First challenge is the eUTXO model, which is transaction-based - a more secure but less intuitive that [the alternatives]([url](https://jcliff.medium.com/intro-to-blockchain-utxo-vs-account-based-89b9a01cd4f5)). The second challenge is the necessity to deal with Haskell.nix - a notoriously complex build system. The is an alternative to [plutus-starter](https://github.com/input-output-hk/plutus-starter) to use alongside tutorials. -The project is target a wide audience (namely - JS developers) and its goal is to make democratize Cardano development. +The project is target a wide audience (namely - JS developers) and its goal is to make democratize Cardano development. It is much less complex and does not suffer from the long build times that are inveitable when using plutus-starter. ## Quick Start 1. `npm install`