Nomos SDK
Nomos typescript sdk to interact with the multisig smart contracts.
Last updated
Nomos typescript sdk to interact with the multisig smart contracts.
Last updated
Our sdk can help utilize our contracts and abstract the user of some of its complexity. You can use it both in the browser or in nodejs.
To install it you will need nodejs and a package manager. We recommend using . You will also need to install the to interact with any cosmos based chain.
To use nomojs you will need to create a client/provider using cosmwasm. The type nomojs accepts is SigningCosmWasmClient which is used to also sign transactions.
Our documentation only uses Keplr wallet. To use other wallets, refer to documentation.
For backend applications, transactions need to specify gas price on the client creation.