@multiversx/sdk-dapp-staking

v0.2.2
A library to hold the main logic for staking on the MultiversX blockchain

test

jest

build

rimraf dist && node esbuild.js && yarn build:types && cp package.json dist && cp README.md dist

start

yarn watch

watch

node esbuild-watch.js && yarn build:types -- --watch

test:watch

jest --watch

build:types

tsc --project tsconfig.json

publish-yalc

yarn build && cd dist && yalc publish

publish-package

yarn build && cd dist && npm publish

publish-package-next

yarn build && cd dist && npm publish --tag next
npm i @multiversx/[email protected]

Metadata

Downloads