clicker-stacks-sdk
v1.0.230
Published
TypeScript SDK for interacting with the Clicker smart contract on Stacks blockchain
Maintainers
Readme
clicker-stacks-sdk
TypeScript SDK for interacting with the Clicker contract on Stacks.
Installation
npm install clicker-stacks-sdkUsage
import { getLeaderboard, getTotalClicks, createTapCall } from "clicker-stacks-sdk";
const total = await getTotalClicks();
const leaderboard = await getLeaderboard();
const tx = createTapCall();License
MIT
