@multiversx/sdk-dapp-staking

v1.0.0
A library to hold the main logic for staking on the MultiversX blockchain

start

yarn watch

build:esm-types

tsc --project tsconfig.json

build:cjs-types

tsc --build tsconfig.cjs.json

build

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

publish-package

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

publish-package-next

yarn test && yarn build && cd dist && npm publish --tag next

publish-yalc

yarn build && cd dist && yalc publish

watch

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

test

jest

test:watch

jest --watch
npm i @multiversx/sdk-dapp-staking

Metadata

Downloads