Additional information or tagline
erc165 package facilitates getting the interfaceId from the ABI of a given smart contract.
A quick introduction of the minimal setup you need to get the tests up & running.
Clone the repository:
git clone https://github.com/blockful-io/erc165-example.git
cd erc165-example
Install all dependencies:
npm i
The environment is now set.
To run the test environment we've set up:
npx hardhat test
And again you'd need to tell what the previous code actually does.
You can see jest html report:
npx hardhat test:jest
Please help better the ecosystem by submitting issues, pull requests, or contacting to pitch an idea.
- Project homepage: http://blockful.io
- Repository: https://github.com/blockful-io
This project is licensed under the MIT license.