Claim UBI (Ethers v5/ React)
Every verified person is eligible to claim daily free UBI in the form of G$ tokens.
import { ClaimSDK } from "@gooddollar/web3sdk-v2"
const sdk = new ClaimSDK(web3provider, "production" | "production-celo")const claimAmount = await sdk.checkEntitlement() // if claimAmount > 0 user can claimawait sdk.claim()const nextClaimTime = await sdk.getNextClaimTime()React hooks
Win Rewards: Building something on GoodDollar!
Last updated
Was this helpful?