arcoiris

v1.2.4
Redistribute wealth

compile

hardhat compile

coverage

forge coverage --report lcov && lcov --rc lcov_branch_coverage=1 --remove lcov.info --output-file lcov.info '*libraries*' && genhtml lcov.info --branch-coverage --output-dir coverage-foundry

test

hardhat test && forge test

fmt

prettier --write contracts/**/* test/**/*

lint

solhint contrats/**/*

docs

forge doc

test:local:env

hardhat run --network localhost ./scripts/local.spec.ts
npm i arcoiris

Metadata

Downloads

Maintainers