β«Send
Installation
npm install @holdstation/worldchain-sdk ethersSetup
import { ethers } from "ethers";
import { Sender } from "@holdstation/worldchain-sdk";
const provider = new ethers.providers.StaticJsonRpcProvider("<YOUR_RPC_URL>", {
chainId: 480,
name: "worldchain",
});
const sender = new Sender(provider);Send Token
π Parameters
Name
Type
Required
Description
π Usage Examples
πΉ Send Native Token (e.g., ETH)
πΉ Send ERC20 Token
β οΈ Typical Error Cases
Error
Possible Cause
How to Fix
Last updated