Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
15 stars 40 forks source link

Page 2 - How to mint tickets to an event #939

Open sufyaankhan opened 6 months ago

sufyaankhan commented 6 months ago

Goal: A new contract to create NFT Drop.

Use-case: TicketStub is a form that allows users to buy NFTs representing seats.

This use-case will show 3 rows of seats.

Row 1: $100 each seat (3 NFT tickets) Row 2: $ 50 each seat (3 NFT tickets) Row 3: $ 25 each seat (3 NFT tickets)

Result: NFT Ticket should land in the User's Smart Wallet.

Relevant docs:

### Tasks
- [ ] https://github.com/Agoric/dapp-agoric-basics/pull/8
- [ ] https://github.com/Agoric/documentation/issues/977
- [ ] Document key take away lessons from this contract
- [ ] Video lesson showing highlighting mint code and how it works
dckc commented 6 months ago

I don't see a separate ticket for the UI part, so I suppose the updated UI target belongs here:

image

LuqiPan commented 6 months ago

@sufyaankhan where are we on creating separate tickets for UI tasks?

sufyaankhan commented 6 months ago

Here you go @LuqiPan https://github.com/Agoric/documentation/issues/977

kbennett2000 commented 5 months ago

Remaining steps:

  1. Document key take away lessons from this contract
  2. Video lesson showing highlighting mint code and how it works
kbennett2000 commented 5 months ago

Addressed in #1017

dckc commented 4 months ago

1017 is not merged