Docs
1.0.0
Search…
⌃K

RegistryDiamond

Documentation for the RegistryDiamond contract.

Summary

The RegistryDiamond is the facade contract that delegatecalls the facets that comprise the Geo Web's digital land registry. It holds the state of the digital land registry in contract storage.
The RegistryDiamond's facets are modular, upgradable, and serve distinct purposes:
Name
Type
Description
Core
Implements the ERC721 NFT standard
Core
Defines the rules and structure of Geo Web land parcels
Action
Used to claim new Geo Web land parcels
Parameters
Sets global parameters for the Geo Web land market

Code

The Geo Web's RegistryDiamond.sol contract is an implementation of SolidStateDiamond.sol.