@stacks/blockchain-api-client

v8.1.0
Client for the Stacks Blockchain API

prepublishOnly

npm run build

build

rimraf ./lib && npm run build:client --prefix .. && npm run build:node && npm run build:browser && cpx './src/**/*.d.ts' ./lib

build:node

tsc

build:browser

microbundle -i src/index.ts -o lib/index.umd.js --no-pkg-main -f umd --external none --globals none --no-compress --tsconfig tsconfig.browser.json --name StacksBlockchainApiClient

build:browser:watch

npm run build:browser -- watch

start

concurrently npm:build:browser:watch npm:open

open

http-server -o 9222 -o index.html
npm i @stacks/blockchain-api-client

Metadata

  • GPL-3.0
  • Whatever
  • Hiro Systems PBC
  • released 10/16/2024

Downloads