Generate a Multisig Account
Generates the address that would correspond to a set of addresses and threshold.
This action takes 2 fields, Addresses and Threshold
Addresses
A list of addresses that will make up the multisig account. In bubble this is a list of text. In case you didn't knew, you can't manually write a list of text in the bubble editor, it must be taken from somewhere, it could be database or a custom state. You will see an example of using a custom state on demo page.
Threshold
The number of accounts that must approve. Must be greater than 0 and less than or equal to the total number of addresses. In bubble this is a number type.
States
Multisig Address
State type - text
The generated multisig address.
Demo
Demo page here
Demo page app editor To generate the multising, add at least 2 addresses, after that, a button to start generating will appear.
Last updated
Was this helpful?