corn-standard-solidity
v1.0.1
Published
Common modules for Corn contracts
Downloads
129
Readme
Corn Standard Solidity ✅
Common base and helper classes for Corn projects.
AuthNoOwner.sol
- ownerless variant of Solmate's Auth for use with the RolesAuthority access control paradigm. No constructor dependency, can be used with both immutable and upgradeable contracts.Governor.sol
- expansion of Solmate's RolesAuthority with permanently burnable capabilities and increased on-chain readability.Utilities.sol
- foundry test helper functions for generating accounts and numbers.
Usage
Built on Foundry.
Build
$ forge build
Test
$ forge test