stacks-pix-sdk
v1.0.231
Published
TypeScript SDK for interacting with the StacksPix pixel board smart contract on Stacks blockchain
Maintainers
Readme
stacks-pix-sdk
TypeScript SDK for interacting with the StacksPix pixel board contract on Stacks.
Installation
npm install stacks-pix-sdkUsage
import { StacksPixClient } from "stacks-pix-sdk";
const client = new StacksPixClient({
contractAddress: "SP...",
contractName: "stackspix"
});Development
npm install
npm run buildLicense
MIT
