celo-clicker-sdk
v1.0.231
Published
SDK for CeloClicker - tap-to-earn clicker game on Celo blockchain
Maintainers
Readme
celo-clicker-sdk
TypeScript SDK for interacting with the CeloClicker contracts on Celo.
Installation
npm install celo-clicker-sdkUsage
import { CeloClickerClient } from "celo-clicker-sdk";
const client = new CeloClickerClient({
contractAddress: "0x..."
});Development
npm install
npm run buildLicense
MIT
