hats-finance / Wise-Lending-0xa2ca45d6e249641e595d50d1d9c69c9e3cd22573

0 stars 1 forks source link

Audit Competition for Wise-Lending

This repository is for the audit competition for the Wise-Lending. To participate, submit your findings only by using the on-chain submission process on https://app.hats.finance/vulnerability .

How to participate

Do an npm install / yarn install / bun install

๐Ÿ‘ท To run all tests together can use foundry/forge

yarn foundry-test

Test coverage

๐Ÿงช To generate test-coverage report simply run this command (without starting local chain)

yarn foundry-coverage

Deployment

๐Ÿš€ To deploy automatically add .env file and specify PRIVATE_KEY=YOUR_KEY and ETHERSCAN_API_KEY=YOUR_API_KEY then use command below or equivalent in package.json

P.S.

there are also some additional tests in /test folder for hardhat setup