@cardano-sdk/wallet

v0.44.11
Wallet modules

build

yarn build:cjs && tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020 && tsc-alias -p src/tsconfig.json --outDir ./dist/esm && cp ../../build/esm-package.json ./dist/esm/package.json

build:cjs

tsc --build src && cp ../../build/cjs-package.json ./dist/cjs/package.json

circular-deps:check

madge --circular dist/cjs

tscNoEmit

echo typescript --noEmit command not implemented yet

cleanup:dist

rm -rf dist

cleanup:nm

rm -rf node_modules

cleanup

rm -rf dist node_modules

coverage

yarn test --coverage || true

lint

eslint -c ../../complete.eslintrc.js "src/**/*.ts" "test/**/*.ts"

lint:fix

yarn lint --fix

prepack

yarn build

test

jest -c ./jest.config.js

test:build:verify

tsc --build ./test

test:hw:ledger

jest ./test/hardware/ledger/* -c ./hw.jest.config.js --runInBand

test:hw:trezor

jest ./test/hardware/trezor/* -c ./hw.jest.config.js --runInBand

test:debug

DEBUG=true yarn test

test:e2e

echo 'test:e2e' command not implemented yet
npm i @cardano-sdk/wallet

Metadata

Downloads