Cosmiframe

Since the release of @quirks/wallets@0.17.0, support for cosmiframe has been added, which allows a parent dapp to include daughter dapps within it, as it started on DAODAO.

DAODAO iframe Example

Integration is very simple, just import the provider for DAODAO into the configuration, as follows:

import {  } from "@quirks/wallets";
import { type Config,  } from "@quirks/store";
import { ,  } from "@nabla-studio/chain-registry";
 
const : Config = {
  : [
    ,
  ],
  : [],
  : [],
};

On this page