Multi-signature Transaction
TBD
TBD
Create the transaction as usual (Using the other guides)
Using the application backend,
Sign it with your keys (in case of a minting platform)
Save the transaction in a database and Setup a custom flow for users to fetch and sign it.
It requires custom flow to save signatures as well
Once all the required signatures are collected for a transaction (Requires a custom flow in the application backend)
Using the Submit endpoint (TODO), it is possible to send the TX with all of the signatures and anvil backend will build the full TX and send it on chain.
Last updated
Was this helpful?

