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
73 stars 46 forks source link

Implement Send To Address for maker-cli #211

Open mojoX911 opened 4 months ago

mojoX911 commented 4 months ago

Add a command in bin/maker/cli named send_to_address that takes in an address:amount string, and sends a transaction to the address with the amount.

The maker-cli should pass a new RPCMsg::SendToAddress to makerd.

makerd should parse the message, get the relevant data, create sign and broadcast the transaction.

makerd should log all relevant information of the process.

Add an integration test for this command.

BEULAHEVANJALIN commented 4 months ago

Should I pick this up?

Shourya742 commented 4 months ago

@BEULAHEVANJALIN yup, go ahead.