Releases: CMTA/DebtEngine
Releases · CMTA/DebtEngine
v0.2.0
- Add ERC-2771 support
The release does not include the .git folder, which does not allow installing dependencies.
The easiest solution is to clone the project and perform a git checkout on the version tag
git clone https://github.com/CMTA/DebtEngine
git checkout v0.2.0
forge install
forge build
v0.1.0
First release !
The release does not include the .git folder, which does not allow installing dependencies.
The easiest solution is to clone the project and perform a git checkout on the version tag
git clone https://github.com/CMTA/DebtEngine
git checkout v0.1.0
forge install
forge build