combineads / helios-examples

Helios examples from the book Cardano Smart Contracts with Helios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helios Examples

The examples in this repository are part of the book

Author: Lawrence Ley B.Sc.

The book is focused on making the onboarding experience for new developers to Cardano as easy and as straightforward as possible. There is a lot of ground to cover so we start from the basics and go all the way to more sophisticated real world examples including both on-chain and off-chain code. We wrap up the book with blockchain monitoring, troubleshooting techniques and production readiness.

List of examples in increasing order of complexity

  1. transfer-ada - builds a simple transaction to transfer Ada
  2. nft - mints an NFT (video)
  3. nft-multisig - mints a multi signature NFT (video)
  4. vesting - creates a vesting contract that locks funds until deadline
  5. donation - tracks donations on-chain when purchasing an eCommerce order
  6. events - block chain event monitoring example

Note: Testing results are located in the testing directory.

Useful links

About

Helios examples from the book Cardano Smart Contracts with Helios

License:MIT License


Languages

Language:JavaScript 93.5%Language:TypeScript 3.5%Language:Shell 1.3%Language:Python 1.1%Language:CSS 0.7%