@stargazezone/relayer

v0.9.0
IBC Relayer in TypeScript

build

tsc -p tsconfig.json

fix

run-s fix:*

fix:prettier

prettier "**/*.{ts,md}" --write

fix:lint

eslint src --ext .ts --fix

test

run-s build test:*

test:lint

eslint src --ext .ts

test:prettier

prettier "**/*.{ts,md}" --list-different

test:unit

nyc --silent ava --serial

focused-test

yarn test:unit ./src/cw20/cosmwasm.spec.ts

watch:build

tsc -p tsconfig.json -w

watch:test

nyc --silent ava --watch --serial

cov

run-s build test:unit cov:html cov:lcov && echo 'Coverage report written to coverage/index.html'

cov:html

nyc report --reporter=html

cov:lcov

nyc report --reporter=lcov

cov:send

run-s cov:lcov && codecov

cov:check

nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100

proto

./scripts/proto/get-proto.sh && ./scripts/proto/define-proto.sh && yarn fix
npm i @stargazezone/relayer

Metadata

  • MIT
  • >=12
  • Unknown
  • released 5/14/2023

Downloads