@any-sender/contracts

v0.6.6
Any.sender smart contracts

test

NODE_ENV=test mocha -r ts-node/register '__tests__/**/*.test.ts' --timeout=5000

test:js

NODE_ENV=test mocha 'lib-test/__tests__/**/*.test.js' --timeout=5000

test:log

mocha -r ts-node/register '__tests__/**/*.test.ts' --timeout=5000

build

waffle waffle.json && npm run build-types && npm run build:ts

build:test

waffle waffle.json && npm run build-types

build-types

typechain --target ethers --outDir ./src/typedContracts ./compiledSol/**/*.json && cp ./compiledSol/* ./src/typedContracts

build:ts

tsc -p tsconfig.build.json && cp ./src/typedContracts/*.d.ts ./lib/typedContracts

build:ts:test

tsc -p tsconfig.test.json && cp ./src/typedContracts/*.d.ts ./lib-test/src/typedContracts

clean

tsc --build --clean tsconfig.test.json && rm -rf ./lib-test
npm i @any-sender/[email protected]

Metadata

  • ISC
  • Whatever
  • yahgwai
  • released 7/8/2021

Downloads