@identity.com/gateway-eth-ts

v0.2.0-alpha.8
Adapter library for Identity.com gateway token system on Ethereum

precompile

rm -rf dist

compile

tsc -p tsconfig.json

lint

eslint src/ --ext .ts

build

yarn compile && tsc -b && oclif-dev manifest && oclif-dev readme

postbuild

rm -f oclif.manifest.json

pretest

cd ../smart-contract && (yarn local &) && sleep 10

test

ts-mocha src/*.test.ts src/**/*.test.ts

posttest

kill $(lsof -t -i:8545)

version

oclif-dev readme

copy-contracts

cp -r ../smart-contract/build/contracts/* src/contracts/abi/ && cp -r ../smart-contract/typechain-types src/contracts
npm i @identity.com/[email protected]

Metadata

  • MIT
  • >=10.0.0
  • Bach Adylbekov
  • released 7/12/2022

Downloads