Agoric / documentation

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

Page 2 - How to Swap assets #940

Open sufyaankhan opened 6 months ago

sufyaankhan commented 6 months ago

Goal: Use swaparoo contract and modify it for "seatgeek" use-case. https://github.com/agoric-labs/dapp-swaparoo

Involves:

Create a (Lesson plan + video) that shows the code and explainer for the following:

sufyaankhan commented 5 months ago

This ticket will be used for creating Explainer video for the code.

dckc commented 5 months ago

an idea for use in an explainer video:

sequenceDiagram
  autonumber

  box aqua
  actor A as Alice
  end

  box darksalmon
  actor Jack
  end

  box skyblue
  participant C as swaparoo
  end

    A-)C: { want: Cow, give: beans, Fee: 1IST }
    C--)Jack: secondInvitation
    Jack-)C: { want: beans, give: cow }
    C--)A: { Cow }
    C--)Jack: { Beans }
kbennett2000 commented 5 months ago

Addressed in #1020

dckc commented 5 months ago

Addressed in #1020

github supports automation if you make this link the other way. In #1020, put "closes #940"

dckc commented 4 months ago

1020 is not merged