@multiversx/sdk-dapp

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

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 --registry https://registry.npmjs.org/

unpublish-verdaccio

npm unpublish @multiversx/[email protected] --registry http://localhost:4873

publish-verdaccio

npm run unpublish-verdaccio && npm run build && cd dist && npm publish --registry http://localhost:4873/

publish-yalc

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

watch

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

test

jest

test:watch

jest --watch

test:coverage

jest --coverage

storybook

start-storybook -p 6006

test-storybook

test-storybook

build-storybook

build-storybook

lint

eslint --fix --ext js,ts,tsx src
npm i @multiversx/sdk-dapp

Metadata

Downloads