@laborx/solidity-eventshistory-lib

v0.3.0
Provides an access to an events history set of contracts
solidity ethereum contracts events-history

postinstall_artifacts

make postinstall_fetch_artifacts

test

yarn compile && npx truffle test

build:lib:only

make recompile_lib_ts

build

yarn compile

build:all

yarn build && yarn build:lib:only

compile

make compile

compile:all

npx truffle compile --all && yarn compile

lint:sol

make lint.sol

lint:js

make lint.js

lint:ts

make lint.ts

lint

make lint

clean

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

clean:hard

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

coverage

npx solidity-coverage
npm i @laborx/solidity-eventshistory-lib

Metadata

Downloads