@multiversx/sdk-dapp-form

v0.4.13
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:types && cp package.json dist && cp README.md dist

start

yarn watch

watch

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

test:watch

jest --watch

build:types

tsc --project tsconfig.json

publish-yalc

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

publish-package

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

publish-package-next

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

Metadata

Downloads