- Run
forge install
to install contract dependencies. - Run
yarn install
to setup config dependencies. - Run
forge build
to compile. - Run
forge test
to run tests. See https://book.getfoundry.sh/ for more on foundry tests. - To use slither, ensure it is setup on your system and run
slither .
in the root directory of the project.
See https://github.com/SecurityTokenStandard/EIP-Spec/blob/master/eip/eip-1400.md to read more on ERC1400 and security tokens.