@multiversx/sdk-dapp

v2.21.0
A library to hold the main logic for a dapp on the MultiversX blockchain
multiversx blockchain dapp smart-contract transaction

lint

eslint --fix --ext js,ts,tsx src

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

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

storybook

start-storybook -p 6006

test:watch

jest --watch

pre-release

node prerelease-script.js

publish-yalc

yarn build && cd dist && yalc publish --push

test:coverage

jest --coverage

test-storybook

test-storybook

build-storybook

build-storybook

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