Nomos
Nomos class on SDK
Last updated
Nomos class on SDK
Last updated
Before jumping into how to use the Nomos base class is recommended to go to our installation and initialization first.
Initializes the nomos object with a provider. It gets chain configuration and throws if the provider network is not supported (nomos contracts are not deployed on that chain).
Creates a multi-signature wallet using our factory. It receives arguments which is an object with the following parameters:
members: List of addresses that will participate in the multisig.
minApproval: minimum approval a proposal needs to be executed.
from: The account of the provider that will send the transaction
It also receives an optional object which contains a custom factory.