Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.49 KB

linea-contracts

Audits

Fourth Audit Round (Latest)

Open Zeppelin

Cyfrin

Third Audit Round

Open Zeppelin

Second Audit Round

Diligence

Open Zeppelin

First Audit Round

Diligence

Open Zeppelin


Installation and testing

To run the solution's tests, coverage and gas reporting, be sure to install pnpm and then

# Install all the dependencies

pnpm install

pnpm run test

pnpm run test:reportgas

pnpm run coverage