Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page 2 - How to Swap assets #940

Open
Tracked by #929
sufyaankhan opened this issue Jan 29, 2024 · 5 comments
Open
Tracked by #929

Page 2 - How to Swap assets #940

sufyaankhan opened this issue Jan 29, 2024 · 5 comments
Assignees

Comments

@sufyaankhan
Copy link

sufyaankhan commented Jan 29, 2024

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:

  • How to Swap assets (Swaparoo) | with Code sample
@aj-agoric aj-agoric added the 4day-dapp-mar1 things due march 1st in the 4 day dapp label Feb 6, 2024
@sufyaankhan sufyaankhan changed the title Page 2 - How to Swap assets (Swaparoo) Page 2 - How to Swap assets Feb 12, 2024
@aj-agoric aj-agoric assigned dckc and unassigned LuqiPan Mar 11, 2024
@dckc dckc removed their assignment Mar 11, 2024
@sufyaankhan sufyaankhan removed the 4day-dapp-mar1 things due march 1st in the 4 day dapp label Mar 12, 2024
@sufyaankhan
Copy link
Author

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

@dckc
Copy link
Member

dckc commented Mar 13, 2024

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 }
Loading

@kbennett2000
Copy link
Contributor

Addressed in #1020

@dckc
Copy link
Member

dckc commented Mar 21, 2024

Addressed in #1020

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

@dckc
Copy link
Member

dckc commented Apr 1, 2024

#1020 is not merged

@dckc dckc reopened this Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants