Intro
The banq audit system uses a minimal complex smart contract. This means it only consists of one smart contract and one library (safemath). The safemath library is used for safe calculations, eliminating the risk of overflow and underflow.
These docs will only describe the smart contract BanqAudit.sol that contains all the logic.
Last updated
Was this helpful?