Smart contracts
The two application contracts of VERIFY are the IdentityRegistry.sol and ContentGraph.sol.
Both make use of Openzeppelin's TransparentUpgradeableProxy (opens in a new tab) pattern.
There are three sets of these contracts currently deployed:
- Testnet: Where real world entities are registered and content is being signed and published in a Testnet environment. Registration with the protocol required.
- Sandbox: Where developers can play around with and test the protocol. No named entities or registration of identities with the protocol.
- Alpha: An early stage, soon to be deprecated, ContentGraph smart contract. This was deployed as part of the testing and development of the protocol. Now being used from some early application developers.
Both Testnet and Sandbox environments are on the Polygon AMOY. More information on Polygon POS can be found here (opens in a new tab).
Testnet Environment
Polygon AMOY (opens in a new tab)
Contract | Address |
---|---|
Identity Registry Proxy | 0xB592953198eE37c21f39D697e3EC630aC866a2aA (opens in a new tab) |
Identity Registry Implementation | 0x9eC45497662f2517593Cb98B53c884a98631b5EE (opens in a new tab) |
ContentGraph Proxy | 0x2EEed35561F9C6F454d2Ed58C87904e646214f9d (opens in a new tab) |
ContentGraph Implementation | 0xe9dCB97559277f37cA29F39E33074c863e2A525B (opens in a new tab) |
Licenses
Sandbox Environment
Polygon AMOY (opens in a new tab)
Contract | Address |
---|---|
Identity Registry Sandbox Proxy | 0xEe586a3655EB0D017643551e9849ed828Fd7c7FA (opens in a new tab) |
Identity Registry Sandbox Implementation | 0x917340A034FBce4166Bffd556015D862D00021aD (opens in a new tab) |
ContentGraph Sandbox Proxy | 0xEF2E371BaFAe46a116519F18A1cfF750570E8842 (opens in a new tab) |
ContentGraph Sandbox Implementation | 0x27BA7E931906FebA79dED5d32947b12f30379135 (opens in a new tab) |
Licenses
Alpha
Polygon Mainnet (opens in a new tab)
Contract | Address |
---|---|
ContentGraph Alpha Proxy | 0xe2547fe5E99a08357083cFA42C6CDC0Cf5D65215 (opens in a new tab) |
ContentGraph Alpha Admin | 0x545710b7b5E43DC7738dfb973B03344ff0b074Ac (opens in a new tab) |
ContentGraph Alpha Implementation | 0x41BC4B37093F156B1BAC7785e85fE5b25203f0C8 (opens in a new tab) |