@holdstation/worldchain-viem
v4.0.34
Published
> Viem integration for Worldchain SDK
Downloads
84
Readme
@holdstation/worldchain-viem
Viem integration for Worldchain SDK
Overview
This package provides viem integration for interacting with the Worldchain blockchain. It implements the interfaces defined in @holdstation/worldchain-sdk using viem as the underlying provider.
Installation
npm install @holdstation/worldchain-viem viemSimple Example
import { createPublicClient, http } from 'viem'
import { worldchain } from 'viem/chains'
import { Client, Multicall3 } from '@holdstation/worldchain-viem'
const publicClient = createPublicClient({
chain: worldchain,
transport: http('RPC_URL'),
})
const client = new Client(publicClient)Documentation & Usage
For detailed documentation and more examples, please visit:
📚 Worldchain SDK Documentation
License
MIT
