-
Install foundry:
curl -L https://foundry.paradigm.xyz | bash
-
Upgrade your foundry
foundryup
-
To enable husky pre-commit
yarn && yarn prepare
-
To install contract dependencies
forge install
-
To build
forge build
-
To test
forge test -vvv
-
(optional) To run static analysis
slither src/
-
To see contract sizes
yarn size
-
Notifications
You must be signed in to change notification settings - Fork 4
cyberconnecthq/cybergraph
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published