edge-currency-accountbased

v0.23.1
Edge currency plugin for account based currencies

fix

eslint . --fix

lint

eslint .

node

sucrase -d ./lib -q -t imports,typescript ./src

test

nyc mocha 'test/**/*.test.ts'

clean

rimraf dist lib android/src/main/assets/edge-currency-accountbased

start

webpack serve

types

tsc

verify

npm-run-all prepare lint types test

nettest

nyc mocha 'test/**/*.nettest.ts'

prepare

husky install && patch-package && npm-run-all clean node types webpack

webpack

webpack && cp -r android/src/main/assets/edge-currency-accountbased dist

precommit

lint-staged && npm-run-all types test

make-checkpoints

node -r sucrase/register scripts/makeCheckpoints.ts

Metadata

Downloads