edge-currency-accountbased

v4.7.1
Edge currency plugin for account based currencies

cli

node -r sucrase/register cli/cli.ts

fix

eslint . --fix

lint

NODE_OPTIONS=--max-old-space-size=8192 eslint .

node

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

test

nyc mocha --exit '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

make-cosmos-protos

node -r sucrase/register ./scripts/cosmos-ts-protos/generate-ts-protos.ts

make-cosmos-chain-json

node -r sucrase/register ./scripts/cosmos-ts-protos/generate-chain-json.ts

Metadata

Downloads