A generalized intent specification entry point contract which enables support for a multitude of intent standards as they evolve over time.
The full spec and EIP/ERC can be viewed here.
dep | version |
---|---|
Foundry | latest |
Trunk | latest |
Make sure submodules are up to date:
git submodule update --init --recursive
Build and run tests:
forge build
forge test
Code must pass tests and coverage requirements as well as follow formatting requirements.
forge test
forge coverage
forge fmt
The primary license for this repo is Apache-2.0
, see LICENSE
.