ilp-packet

v1.7.0
Module for parsing and serializing ILP packets
ilp interledger packet binary serialization format convert

lint

tslint "src/**/*.ts" "test/*.spec.ts"

build

rm -rf dist ; tsc

test

npm run build && npm run test:specs

test:specs

mocha

precover

rm -rf .nyc_output

cover

nyc --extension .ts --reporter=text-summary --reporter=html mocha

codecov

nyc report --reporter=json && codecov -f coverage/*.json

Metadata

Downloads

Maintainers