JSPM

  • Created
  • Published
  • Downloads 28228
  • Score
    100M100P100Q141570F
  • License MIT

TypeScript SDK for interacting with the Dice Roll smart contract on Stacks blockchain

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

npm Stacks Mainnet license

dice-roll-sdk

TypeScript SDK for interacting with the Dice Roll contract on Stacks.

Installation

npm install dice-roll-sdk

Usage

import { getLeaderboard, getTotalRolls, createRollCall } from "dice-roll-sdk";

const total = await getTotalRolls();
const leaderboard = await getLeaderboard();
const tx = createRollCall();

License

MIT