dice-roll-sdk
v1.0.229
Published
TypeScript SDK for interacting with the Dice Roll smart contract on Stacks blockchain
Maintainers
Readme
dice-roll-sdk
TypeScript SDK for interacting with the Dice Roll contract on Stacks.
Installation
npm install dice-roll-sdkUsage
import { getLeaderboard, getTotalRolls, createRollCall } from "dice-roll-sdk";
const total = await getTotalRolls();
const leaderboard = await getLeaderboard();
const tx = createRollCall();License
MIT
