Skip to content

Latest commit

 

History

History

M11-a-vesting-contract-ii

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
title author
M11 - A Vesting Contract II
Walker Leite

Introduction

Getting Started

In this module we'll build the vesting contract UI

To run this presentation type (you will need nix):

../../slide README.md

Community Support

Module Video

What you should know

  • Vesting contract contract (module 10)
  • Halogen (modules 7 and 8);
  • Although not required, variants will be useful for halogen-formless.

Breakthrough: Building the Vesting Contract UI

Description

As a donator I want to lock an ADA value in a contract, to be rewarded to a given beneficiary according a given deadline

As the beneficiary I want to reclaim the locked ADA value only after the deadline

Bootstrap

cp -Rf modules/M10-a-vesting-contract-i modules/M11-a-vesting-contract-ii

Links