nomos
  • V1
    • Getting Started
      • Technology Stack
      • Setting Up Your Environment
      • Deploying Smart Contracts
      • Interacting with Smart Contracts
    • Protocol Overview
      • Factory
      • Nomos
      • Supported Networks
      • GraphQL API
    • Nomos SDK
      • Nomos
      • Multisig
      • Examples
      • Utils
    • Nomos Providers
      • Nomos Client
      • Signing Nomos Client
      • Archway Nomos Client
      • Adding a Nomos App
      • User authentication
    • ICA
  • V2
    • Features
    • Networks
    • Structure
      • Account Settings
      • Factory
        • Wallet
        • Membership
        • Vote Module
        • Authz Proxy
    • Frontend
      • Create Proposal
Powered by GitBook
On this page
  • In frontend there are two "types" of cosmos chain client object that we should initialize.
  • Base/Controller Chain
  • Multisig Host/Target Chain
  • PROPOSAL
  1. V2

Frontend

PreviousAuthz ProxyNextCreate Proposal

Last updated 1 year ago

In frontend there are two "types" of cosmos chain client object that we should initialize.

Base/Controller Chain

The first client will be instance of SigningCosmWasmClient that will be used to interact with "base" chain which is "Archway" that will be used as main deployment chain for Nomos V2.

Multisig Host/Target Chain

The second client will be instance of CosmWasmClient that will be use to interact with "ica multisig chain" where we control the ICA Address as host chain.

Frontend only need to instantiate CosmWasmClient because it only need to query and doesn't run any execution call with ICA address directly.

PROPOSAL

VOTE PROPOSAL

EXECUTE PROPOSAL

CREATING PROPOSAL