-
Create a
.env
file based on.env.example
and configure the necessary environment variables. -
Install dependencies and compile the contracts:
yarn
yarn compile
To run all tests, execute:
yarn test
Alternatively, you can debug the tests in Visual Studio Code using the TEST
script found in the "Run and Debug" section.