-
Notifications
You must be signed in to change notification settings - Fork 244
orchestration: example dapp contract that can swap on osmosis #8863
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
Labels
enhancement
New feature or request
Comments
Closed
3 tasks
This was referenced Aug 26, 2024
Open question: Should Agoric token for example code change from IST to BLD in light of imminent Inter Protocol plans? Update: Yes. I've updated description to reflect IST to BLD change (for Agoric token) |
Here are scenarios I would suggest covering in tests:
|
anilhelvaci
added a commit
that referenced
this issue
Apr 8, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 10, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 15, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 23, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 25, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 28, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 28, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 28, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 28, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 29, 2025
anilhelvaci
added a commit
that referenced
this issue
Apr 30, 2025
anilhelvaci
added a commit
that referenced
this issue
May 1, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 6, 2025
anilhelvaci
added a commit
that referenced
this issue
May 7, 2025
anilhelvaci
added a commit
that referenced
this issue
May 7, 2025
anilhelvaci
added a commit
that referenced
this issue
May 8, 2025
Jorge-Lopes
added a commit
that referenced
this issue
May 8, 2025
anilhelvaci
added a commit
that referenced
this issue
May 9, 2025
Jorge-Lopes
added a commit
that referenced
this issue
May 9, 2025
anilhelvaci
added a commit
that referenced
this issue
May 9, 2025
5 tasks
anilhelvaci
added a commit
that referenced
this issue
May 9, 2025
Jorge-Lopes
pushed a commit
that referenced
this issue
May 13, 2025
Jorge-Lopes
added a commit
that referenced
this issue
May 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the Problem Being Solved?
As a zoe smart contract, I'd like to be able to swap assets on an external chain. A user offers me ATOM* and wants an equivalent amount of BLD** in return. I will use the Osmosis DEX to complete the swap.
** tangential to the above, a non-Agoric asset will need to be unwrapped going back to Agoric so we may want to test with a different scenario here as we progress.
Description of the Design
Use vat-transfer (#8624) to make a Transfer Account and execute a Swap on Osmosis using cosmwasm IBC-Hooks.
To start, the goal is to create working zoe contract that using the listed APIs. The author may want to consider future reuse of the contract and how we can expose functionality for this to become a reusable component for other dapps, a la postSvc.
Security Considerations
Scaling Considerations
Test Plan
Possible test cases to cover
Upgrade Considerations
The text was updated successfully, but these errors were encountered: