Releases: CMTA/DocumentEngine
Releases · CMTA/DocumentEngine
v0.3.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/DocumentEngine
git checkout v0.3.0
forge install
forge build
v0.2.0
- Add the constant VERSION
- Add batch functionsto manage documents for one target contract
- Improve documentation
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/DocumentEngine
git checkout v0.2.0
forge install
forge build