edge-currency-accountbased

v0.20.2
Edge currency plugin for account based currencies

fix

eslint . --fix

lib

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

lint

eslint .

test

nyc mocha -r esm 'test/**/*.test.ts'

clean

rimraf lib

types

tsc

rollup

rollup -c

verify

npm-run-all lint prepare test

prepare

husky install && npm-run-all clean rollup postinstall lib types webpack checkpoints

webpack

webpack

precommit

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

checkpoints

cp -R ./src/zcash/zecCheckpoints lib/zcash/

postinstall

sh ./postinstall.sh

Metadata

Downloads