airgap-coin-lib

v0.9.14
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
airgap blockchain crypto bitcoin ethereum aeternity groestlcoin tezos cosmos and 3 more...

build

node scripts/node-module-es-module-interop.js && tsc && node scripts/copy-files-after-build.js && node scripts/make-ts-declaration-files-backwards-compatible.js

build-scripts

tsc scripts/*.ts

lint

tslint -c ./tslint.json --project ./tsconfig.json --format stylish --fix

lint:prettier

prettier --write "src/**/*.ts" "test/**/*.ts"

lint-ci

tslint -t json -o lintReport.json --project . || true

lint-ci:prettier

prettier "src/**/*.ts" "test/**/*.ts" --list-different

test

nyc mocha --require ts-node/register --require source-map-support/register --full-trace --timeout 40000 ./test/**/**.spec.ts

test-ci

nyc --reporter=lcov npm test

test-legacy

npm run build && mocha --full-trace --timeout 40000 ./test/**/**.spec.js

sonar-scanner

sonar-scanner

prepare

npm run build

install-test-dependencies

node scripts/install-test-deps.js && npm install

install-build-dependencies

node scripts/install-build-deps.js && npm install

browserify

browserify ./dist/index.js -s airgapCoinLib > ./dist/airgap-coin-lib.min.js

Metadata

  • MIT
  • Whatever
  • Papers GmbH
  • released 12/15/2020

Downloads