Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

feat: swap contract #10

Closed dckc closed 4 months ago

dckc commented 4 months ago

refs https://github.com/Agoric/dapp-agoric-basics/issues/9

This meets all the requirements I know of (oops; save 1... deploying on chain):

from https://github.com/Agoric/documentation/issues/940 :

It's a minimal effort job. I copied test-swap-wallet.js from dapp-swaparoo, ran it, and then fixed the errors until it passed. In all cases, copying verbatim from dapp-swaparoo sufficed.

Reviewers: please distinguish correctness feedback from style. Here's hoping we find time to make the code exemplary in style as well as correct, but I'm not sure how much of that we should do at this point.