Load your dapp

This code snippet assumes you have configured an sdk instance shown in this section:

import { Dapp } from '@dialectlabs/sdk';

const dapp: Dapp = await sdk.dapps.find();

Last updated