@tharsis/address-converter

v0.1.8
Address converter, convert ETH address to Ethermint/evmos address.

postinstall

shx mkdir -p dist && link-module-alias

build

tsc --build tsconfig.build.json && link-module-alias

build:watch

tsc --build -w tsconfig.build.json && link-module-alias

clean

tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache

test

jest

test:unit

jest test/unit

test:integration

jest test/unit

test:watch

jest --watch

test:ci

jest --coverage --ci --reporters='jest-junit'

coverage

jest --coverage

dev

ts-node-dev -r tsconfig-paths/register src/index.ts

start

node dist/index.js
npm i @tharsis/address-converter

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/29/2022

Downloads