Showcase how solidity coverage workaround fails with "stack too deep" while using to use viaIR
What things you need to install the software and how to install them
# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
# Install proper node version
nvm use
Create .env
file (you can base on .env.example
)
A step by step series of examples that tell you how to get a development env running
Say what the step will be
# Install the dependencies
npm install
In order to get contract types you can generate those typings when compiling
npm run compile
npm run test
npm run coverage