This repository contains all the relevant required smart contracts for the Cortify system to work.
Version & Tag:
Issue & PR:
CI & Code Coverage:
Metrics & Activity:
Courtify smart contracts have mainly two parts. One is the access contract, which defines granular access to the Courtify main smart contract. And the courtify smart contract which takes in cases, and provides a decentralized and public view of our courts and cases (where deemed necessary).
- Polygon Mumbai Testnet (Verified)
- Chief Justice won't be a bad character. (Though an easy way is to have a multisig as the Chief Justice Wallet.)
- Gas Optimization can be done through saving most values as
uint256
instead ofstring
and parsing the same in Frontend.