aiken/examples/gift_card
rvcas 37b2f0c239
fix: gift card example stdlib update
closes #596
2023-06-13 00:38:29 -04:00
..
components chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
islands chore(gift_card): better input id 2023-04-21 12:07:18 -04:00
routes fix some typos 2023-04-07 16:51:18 -04:00
static chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
validators fix: gift card example stdlib update 2023-06-13 00:38:29 -04:00
.gitignore chore: update lucid 2023-03-14 19:13:21 -04:00
README.md chore(gift_card): use kupmios backed by demeter for lucid 2023-04-06 21:35:08 -04:00
aiken.lock chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
aiken.toml chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
blueprint.ts chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
deno.json chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
deno.lock fix: gift_card deno.lock 2023-03-15 16:41:25 -04:00
dev.ts chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
fresh.gen.ts fix: switch back to blockfrost kupmios + demeter setup showing strange behavior 2023-04-21 11:59:31 -04:00
import_map.json chore: update lucid 2023-03-14 19:13:21 -04:00
main.ts chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
plutus.json chore: commit multi-validator plutus.json 2023-06-07 15:42:42 -04:00
twind.config.ts chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
utils.ts chore(gift_card): use kupmios backed by demeter for lucid 2023-04-06 21:35:08 -04:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

What's This?

This is an example of a gift card. With these contracts you can lock anything and have it be unlockable only with a simultaneously minted NFT. This minted NFT holds the power to unlock the assets and is considered the "gift card".

Tech