Not connected

Actions

Placeholder route.

Send transactions through the host
Import sendTransactions from @aboutcircles/miniapp-sdk inside a client component and pass an array of { to, data?, value? }.
'use client';
import { sendTransactions } from '@aboutcircles/miniapp-sdk';

const hashes = await sendTransactions([
  { to: '0x…', data: '0x…', value: '0' },
]);