@elrondnetwork/dapp-core

v2.1.19
A library to hold the main logic for a dapp on the Elrond Network
elrond blockchain dapp smart-contract transaction

start

yarn watch

build:types

tsc --project tsconfig.json

build

rimraf dist && node esbuild.js && yarn build: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

publish-yalc

yarn build && cd dist && yalc publish

watch

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

test

jest

test:watch

jest --watch

test:coverage

jest --coverage
npm i @elrondnetwork/[email protected]

Metadata

Downloads