Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jul 17, 2023
1 parent 99ad52d commit 68fe89a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@ 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/)

[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)

0 comments on commit 68fe89a

Please sign in to comment.