Setup your repo
remappings.txt
at the root of your contracts directory.
=
sign, have the following names
forge-std/
ds-test/
@inco/
@openzeppelin/
=
sign, have the path to the corresponding library
forge-std/
should point to the src/
directory of your local forge-std
libraryds-test/
should point to the src/
directory of your local ds-test
library@inco/
should point to the @inco
directory in your node_modules
directory, and not to the @inco/lightning
or @inco/shared
directories@openzeppelin/
should point to the @openzeppelin
directory in your node_modules
directoryfoundry-std
and ds-test
) like so:
node_modules
sit one directory up from your contracts directory):