@laborx/solidity-shared-lib

v0.4.0
Specifies contracts shared between libraries

postinstall_artifacts

make postinstall_fetch_artifacts

test

yarn compile && npx truffle test

build:lib:only

yarn clean && make recompile_lib_ts

build

yarn clean && yarn compile

compile

make compile

compile:all

yarn clean && npx truffle compile --all && yarn compile

lint:sol

make lint.sol

lint:js

make lint.js

lint:ts

make lint.ts

lint

make lint

lint:sol:fix

make lint.sol.fix

lint:js:fix

make lint.js.fix

lint:ts:fix

make lint.ts.fix

lint:fix

make lint.fix

clean

rm -rf lib && rm -rf test/dist;

clean:hard

rm -rf ./build && rm -rf ./contracts-ts/generated && yarn clean;

coverage

solidity-coverage
npm i @laborx/solidity-shared-lib

Metadata

Downloads