Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jan 29, 2024
1 parent be5041a commit b29bbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b29bbf1

Please sign in to comment.