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)