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
  1. V1
  2. Nomos SDK

Utils

Utility functions to interact with multisigs and the nomos Iframe

isNomos

This function checks if your app is within the Iframe wrapper of nomos. It checks first if your app is within an iframe and then if that iframe is from nomos.

import { isNomos} from "nomosjs";

console.log({isNomos: isNomos()});
PreviousExamplesNextNomos Providers

Last updated 1 year ago