ArdanaLabs / Ardana-dApps

BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

add danaswap-cli #19

Closed marijanp closed 2 years ago

marijanp commented 2 years ago

This PR introduces the intitial implementation for danaswap-cli along with the refactoring of common utils into ctl-utils. Follow up tasks #24 #25 other changes

marijanp commented 2 years ago

@epiro-ps I know I'm working on the merge conflicts. But could you review non-runtime related code in the meantime?

Geometer1729 commented 2 years ago

What's the purpose of offchain/danaswap-cli/fixtures/plutip/jsons? It's currently empty save a .gitkeep.

@EvanPiro AFAIU It's a directory where plutip wallets are created, git doesn't track empty directories so putting a .gitkeep is a common trick to get git to keep track of directories that would otherwise be empty.