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