celo-coin-flip-sdk
v1.0.51
Published
TypeScript SDK for the Celo Coin Flip MiniApp
Maintainers
Readme
celo-coin-flip-sdk
TypeScript SDK for reading the Celo Coin Flip contract from Celo mainnet.
import { CeloCoinFlipClient } from "celo-coin-flip-sdk";
const client = new CeloCoinFlipClient({
contractAddress: "0x6aB174Cb1E0EE652c2d20001f70b0c06bc975113",
});
const totalFlips = await client.getTotalFlips();