@helium/welcome-pack-sdk
v0.11.17
Published
Interface to the welcome-pack smart contract
Keywords
Readme
@helium/welcome-pack-sdk
TypeScript SDK for the welcome-pack program, which distributes a one-time token bundle to newly-onboarded wallets (HNT dust + a hotspot claim code, etc.).
Usage
import { init } from "@helium/welcome-pack-sdk"
import { AnchorProvider } from "@coral-xyz/anchor"
const program = await init(AnchorProvider.env())