Hi everyone,
I would like to integrate the Safe process for creating, signing, and confirming multisignature transactions into a web application built with React.
For wallet connectivity, I want to use Rabby only.
When creating a transaction, I’d like the user to be able to:
- enter or select the recipient address,
- define the signers,
- specify the amount of ETH to send,
- and optionally add other data.
Has anyone already done this before?
If so, could you share the complete process to follow, along with links to the documentation of the necessary APIs or SDKs?
Thank you!