██╗ ██╗███╗ ██╗██╗ ██████╗ ██████╗██╗ ██╗██████╗ ██╗ ██╗██████╗
██║ ██║████╗ ██║██║ ██╔═══██╗██╔════╝██║ ██╔╝██╔══██╗ ██║ ██║╚════██╗
██║ ██║██╔██╗ ██║██║ ██║ ██║██║ █████╔╝ ██║ ██║ ██║ ██║ █████╔╝
██║ ██║██║╚██╗██║██║ ██║ ██║██║ ██╔═██╗ ██║ ██║ ╚██╗ ██╔╝██╔═══╝
╚██████╔╝██║ ╚████║███████╗╚██████╔╝╚██████╗██║ ██╗██████╔╝ ╚████╔╝ ███████╗
╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚═══╝ ╚══════╝
DOCS: https://docs.unlockd.finance/
Install the latest release by using foundryup
This is the easiest option for Linux and macOS users.
Open your terminal and type in the following command:
curl -L https://foundry.paradigm.xyz | bash
This will download foundryup. Then install Foundry by running:
foundryup
forge build
forge test
Useful commands:
forge test -vv
forge test -vvvv
forge test --match-path test/RepayTest.t.sol
forge coverage --ir-minimum --report lcov
To verify add ' --verify --etherscan-api-key ${ETHERSCAN_API_KEY_SEPOLIA}' on the make script
1 - make deploy-sep-aclmanager
2 - make deploy-sep-wallet
3 - make deploy-sep-periphery
4 - make deploy-sep-protocol
5 - make deploy-sep-allow