@multiversx/sdk-dapp-staking

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

test

jest

build

rimraf dist && node esbuild.js && yarn build:esm-types && yarn build:cjs-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

publish-yalc

yarn build && cd dist && yalc publish

build:cjs-types

tsc --build tsconfig.cjs.json

build:esm-types

tsc --project tsconfig.json

publish-package

yarn test && yarn build && cd dist && npm publish

publish-package-next

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

Metadata

Downloads