@multiversx/sdk-dapp-swap

v2.0.0-alpha.1
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
multiversx blockchain dapp smart-contract transaction

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

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

Metadata

Downloads