@multiversx/sdk-dapp-form

v0.11.0-alpha.8
A library to hold the main logic for a validating a form for transactions 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:types -- --watch

pre-pr

npm run lint && npm run build && npm run test

test:watch

jest --watch

publish-yalc

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

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 build && cd dist && npm publish --tag next
npm i @multiversx/[email protected]

Metadata

Downloads