Project Registry
Identities

Identities

  • What are they? What problem do they solve?
struct Identity {
    uint256 nonce;
    string name;
    Metadata metadata;
    address owner;
    address anchor;
}