- Clone this repo:
git clone git@github.com:eth-experiments/eip-4430-sol.git <DESTINATION REPO>
This repo is setup to compile (nvm use && yarn compile
) and successfully pass tests (yarn test
)
Install the repo and dependencies by running:
yarn
These contracts can be deployed to a network by running:
yarn deploy <networkName>
These contracts can be verified on Etherscan, or an Etherscan clone, for example (Polygonscan) by running:
yarn etherscan-verify <ethereum network name>
or yarn etherscan-verify-polygon matic
Run the unit tests locally with:
yarn test
Generate the test coverage report with:
yarn coverage
Copyright 2022 Kames Geraghty