Add a short description of the repository here.
If you’re interested in contributing please see our contribution guidelines! This includes instructions on how to compile and run tests locally.
A more detailed description of the project can be found in the documentation.
Add a short description of the architecture here.
All contracts are held within the ./src
folder.
Note that helper contracts used by tests are held in the ./test/utils
subfolder within the contracts folder. Any new test helper contracts should be added there and all foundry tests are in the ./test
folder.
src
└── Counter - "Contract desciption"
test
└── Counter.t.sol
To utilize the contracts and deploy to a local testnet, you can install the code in your repo with forge:
forge install https://github.com/Maia-DAO/foundry-template
To integrate with the contracts, the interfaces are available to use:
MIT Copyright