Skip to content

lancerbeta/cybergraph

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 99.7%
  • Other 0.3%