scale-it / algo-builder

Framework to automate development of Algorand Assets and Smart Contracts.
https://algobuilder.dev
Apache License 2.0
133 stars 42 forks source link

Web tutorial for Msig Txn #847

Closed Megha-Dev-19 closed 1 year ago

Megha-Dev-19 commented 1 year ago

The tutorial should show the whole flow, not only a case where you have all the keys.

Yes the tutorial works in both cases: If user has a partially signed txn to sign and send to network or if it is a new one

robert-zaremba commented 1 year ago

The tutorial should show the whole flow, not only a case where you have all the keys.

Yes the tutorial works in both cases: If user has a partially signed txn to sign and send to network or if it is a new one

Could you better describe it in the tutorial? What a user should do to send partially signed transaction to a peer for another signature? Please add this as new steps (before sending the transaction to the network).

So the flow should be:

  1. Alice creates transaction and packs it into msig and signs
  2. Alice sends the serialized transaction to Bob (explain how she should encode it)
  3. Bob decodes transaction and appends signature
  4. Bob submits tx to the Algorand blockchain