Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 563 Bytes

codecov

cybergraph

Set Up

  1. Install foundry: curl -L https://foundry.paradigm.xyz | bash

  2. Upgrade your foundry foundryup

  3. To enable husky pre-commit yarn && yarn prepare

  4. To install contract dependencies forge install

  5. To build forge build

  6. To test forge test -vvv

  7. (optional) To run static analysis slither src/

  8. To see contract sizes yarn size