This repository generated with Foundry contains the core contract files of the SIR protocol.
git clone https://github.com/SIR-trading/Core
cd Core
forge test --ffiThe SIR protocol can be deployed using the Foundry script script\DeployCore.s.sol. This script will deploy all the necessary contracts and configure them to talk to each other.
The SIR protocol contracts are licensed under the MIT License with a few exceptions, as outlined below:
- The
APE.solandTEA.solcontracts are a modification of theERC20andERC1155contracts from Solmate, which are licensed under the AGPL-3.0-only.