No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-12-10 11:02:51 -06:00
.github/workflows add slither analysis CI ? 2022-12-10 10:59:05 -06:00
lib forge install: forge-std 2022-12-10 09:58:22 -06:00
script init 2022-12-10 09:58:13 -06:00
src init 2022-12-10 09:58:13 -06:00
test init 2022-12-10 09:58:13 -06:00
.gitignore gitignore 2022-12-10 10:59:53 -06:00
.gitmodules forge install: forge-std 2022-12-10 09:58:22 -06:00
foundry.toml init 2022-12-10 09:58:13 -06:00
README.md README 2022-12-10 10:59:50 -06:00
remappings.txt play nice with vscode 2022-12-10 11:02:51 -06:00
slither.config.json add slither config 2022-12-10 10:59:45 -06:00

reserve-collateral-dydx

Extra dependencies

forge install foundry-rs/forge-std
pip3 install slither-analyzer
pip3 install solc-select

CI / Github Actions

  • Forge tests
  • Slither Action (unsure if it works properly)