Skip to content

Instantly share code, notes, and snippets.

View z0r0z's full-sized avatar
💭
codin qualia 🪄

ross z0r0z

💭
codin qualia 🪄
View GitHub Profile
@z0r0z
z0r0z / LexRegistry.sol
Last active November 3, 2021 20:07 — forked from nerderlyne/LexRegistry.sol
LexDAO Lawyer Registry Contract
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.8.0;
contract LexRegistry {
address public owner;
mapping(address => Lawyer) lawyers;
struct Lawyer {