dapp install https://github.com/OpenZeppelin/openzeppelin-contracts
Always have a .dapprc with your configs
nix-env -f https://github.com/dapphub/dapptools/archive/master.tar.gz -iA solc-static-versions.solc_0_8_6
https://github.com/dapp-org/radicle-contracts-tests/blob/master/shell.nix
https://github.com/Rari-Capital/duppgrade
Need to install custom version to last
IF you want to patch your deps, you must also add ignore = dirty to its corresponding
.gitmodules, e.g.
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
ignore = dirty
https://stackoverflow.com/a/5542452
Highlight Shell for dapprc
.dapprc linguist-language=Shell
parameter tests