Package Exports
- dice-roll-sdk
- dice-roll-sdk/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dice-roll-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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