Skip to content
View madnoder's full-sized avatar

Block or report madnoder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
madnoder/README.md
class NodeValidator:
    def __init__(self):
        self.name = "Mad as a hatter"
        self.skills = ["Blockchain Development", "Cryptography", "Network Security", "Consensus Algorithms", "Smart Contract Development"]
        self.status = "VALIDATING"
        self.verification = 100
        self.networks = ["Cosmos", "Aptos", "Eth", "BSC"]
        self.mainportfolio = ["Quicksilver, Planq"]
        self.testportfolio = /// ["Umee", "Kujira", "Defund", "Arhcway", "Penumbra", "Quicksilver", "Sei", "Stride", 
        "Stratos", "Gnoland", "Rebus", "Teriroti", "Noise", "Ollo", "HAQQ", "Terp Network", "Uptick", "Empower", "Neutron",
        "SSV Network", "Nibiru", "Kyve", "Forta", "Quai Network", "Masa finance", "Massa", "Namada", "Q Blockchain", "Humans", 
        "Mars protocol", "Moun", "Dymension", "5ire", "Andromeda"]
        self.tools = ["GoLang","Python"]
        self.contributions = ["Stable operation of the validator node with excellent uptime, IBC deployment"]
        self.email = "[email protected]"
        self.discord = "Mad as a hatter#4581"
        
    def introduce(self):
        print(f"Hi, I am driven and passionate, mad. Cosmos ecosystem geek {self.name.lower()}.")
        print("I have an understanding of consensus algorithms, cryptography and smart contract design to ensure a stable validator node.")
        
    def skills_summary(self):
        print("\n## Key Skills:")
        for skill in self.skills:
            print(f"- {skill}")
        
    def node_status(self):
        print(f"\n## Node Status: **{self.status}**")
        print("As a node validator, I am involved in verifying each block and maintaining network security. Because of my expertise in consensus algorithms and network security, I ensure that every block is accurately verified and added to the chain. I also use different monitoring systems Grafana, Tenderduty, Panic bot.")
        
    def block_verification(self):
        print(f"\n## Block Verification: {self.verification}%")
        print("I have a proven track record of providing 100% accurate block verification, ensuring the seamless and secure operation of the network.")
        
    def network_summary(self):
        print("\n## Networks I Validate:")
        for network in self.networks:
            print(f"- {network}")
        
    def portfolio_summary(self):
        print("\n## Portfolio:")
        print("I have a wide range of experience with various blockchain testnets, including:")
        for project in self.portfolio:
            print(f"- {project}")
            
    def tools_summary(self):
        print("\n## Tools:")
        for tool in self.tools:
            print(f"- {tool}")
        
    def contributions_summary(self):
        print("\n## Contributions:")
        for contribution in self.contributions:
            print(f"- {contribution}")
        
    def contact_info(self):
        print(f"\n## Contact Information:")
        print(f"- Email: {self.email}")
        print(f"- Discord: {self.discord}")

Popular repositories Loading

  1. Islamic-tasks Islamic-tasks Public

    7

  2. Neutron Neutron Public

    3 6

  3. networks networks Public

    Forked from mars-protocol/networks

    Genesis data for Mars Hub mainnet and testnet(s)

    TypeScript 1

  4. pvtop pvtop Public

    Forked from NodesBlocks/pvtop

    top-like tui for watching validator pre-votes on Tendermint chains

    Go 1 1

  5. questnet questnet Public

    Forked from aalahyane95/questnet

    1

  6. mainnet mainnet Public

    Forked from ingenuity-build/mainnet

    Quicksilver Mainnet Repository

    1