Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

createPublicClient

function createPublicClient(config: {
  chain: { id: string; name: string; rpcUrls: string[] }
  transport: ReturnType<typeof http> | ReturnType<typeof custom>
})

Builds a query-focused client for chain reads and receipt polling.