DISCLAIMER: This code has NOT been externally audited and is actively being developed. Please do not use in production without taking the appropriate steps to ensure maximum security.
Smart contract repository for Incentera.
This project was built using Foundry.
git clone git@github.com:81k-ltd/incentera-contracts-v1
cd incentera-contracts-v1
forge update
- To run all tests:
forge test
- To run tests with a given profile:
export FOUNDRY_PROFILE=ffi
Pre-configured forge fmt
Automatically run linting and tests on all pull requests and commits pushed to master.