Nomos SDK
Nomos typescript sdk to interact with the multisig smart contracts.
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.
Installation
To install it you will need nodejs and a package manager. We recommend using pnpm. You will also need to install the cosmwasmjs to interact with any cosmos based chain.
pnpm
npm
yarn
Usage
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.
Browser
Our documentation only uses Keplr wallet. To use other wallets, refer to cosmwasmjs documentation.
NodeJS
For backend applications, transactions need to specify gas price on the client creation.
Last updated