UNPKG

@robertprp/intents-sdk

Version:

Shogun Network Intent-based cross-chain swaps SDK

4 lines (2 loc) 153 B
import { getFullnodeUrl, SuiClient } from '@mysten/sui/client'; export const createSuiClient = () => new SuiClient({ url: getFullnodeUrl('mainnet') });