From 68fe89ae0d0d3a32ef9be4bd940dbfc365663f15 Mon Sep 17 00:00:00 2001 From: 50^2 <36756030+aleeusgr@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:01:16 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9881c..b3985d4 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@ Big Thanks to Done Collectively, Stellar, Helios, Gimbalabs and James D., Romain 2. `npm test` ## How does it work? +The goal of this repos is to make development on Cardano more accessible. Start by cloning the repo and experimenting with the network emulator. +First question to ask self is "Do I understand how eUTXO model works?" +If not, please refer to Documentation section. Experiment with transaction inputs, find conditions that cause "transaction rejected" error. +Checkout out [helios-examples](https://github.com/lley154/helios-examples) and [plutus-use-cases](https://github.com/input-output-hk/plutus-use-cases). -Experiment with the validator logic, e.g. https://github.com/aleeusgr/sniffle +If you wish to see how to integrate Helios with NextJS, see this [example](https://github.com/lley154/helios-examples/tree/main/vesting) -To build your dApp gather product requirements and user stories, create Issues - formulate testable expectations and make tests pass. ## Documentation: [Vitest](https://vitest.dev/) @@ -20,3 +23,7 @@ To build your dApp gather product requirements and user stories, create Issues - [Helios](https://github.com/Hyperion-BT/helios) [Helios vesting example](https://github.com/lley154/helios-examples/tree/main/vesting) + +[Cardano Smart contract with Helios](https://github.com/lley154/helios-examples/blob/main/docs/Cardano%20Smart%20Contracts%20with%20Helios.pdf) + +[Plutus: Writing reliable smart contracts](https://leanpub.com/plutus-smart-contracts)