citadel-tech / coinswap

Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol
https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964
Other
69 stars 45 forks source link

Implement Do Coinswap command for taker-cli #212

Open mojoX911 opened 3 months ago

mojoX911 commented 3 months ago

bin/taker-cli should have a command named do-coinswap which starts the coinswap process. Its as simple as executing the do_coinswap() API of Taker.

https://github.com/citadel-tech/coinswap/blob/4818a24c8a7c735f5c3ddc4bb4bee4a1ffa56855/src/taker/api.rs#L245

Musab1258 commented 3 months ago

@mojoX911 , can I work on this.

Shourya742 commented 3 months ago

Hey @Musab1258 , sure, go ahead

mojoX911 commented 3 months ago

Yes @Musab1258 go ahead please.

Work will be assigned to you at the project board once you make the PR.

DaCatBeam commented 1 month ago

@mojoX911 This one might be closable, looks like it was handled in #171