-
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
forked from cyberconnecthq/cybergraph
-
Notifications
You must be signed in to change notification settings - Fork 0
lancerbeta/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
Languages
- Solidity 99.7%
- Other 0.3%