πHistory
Installation
npm install @holdstation/worldchain-sdk ethersSetup
import * as sdk from "@holdstation/worldchain-sdk";
import { ethers } from "ethers";
const provider = new ethers.providers.JsonRpcProvider("<YOUR_RPC_URL>");
const managerHistory = new sdk.Manager(provider, 480); // 480 is WorldChain chainIdOverall Flow
π Full Example on GitHub
Watch Real-time Transaction Updates
π Parameters
Name
Type
Required
Description
π Usage Example
Fetch Stored Transaction History
π Parameters
Name
Type
Required
Description
π Usage Example
Last updated