Skip to content
View 0x7EAB07's full-sized avatar
πŸ…
πŸ’› Kintsugi Teapot
πŸ…
πŸ’› Kintsugi Teapot

Block or report 0x7EAB07

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
0x7EAB07/README.md

Teapot in Wonderland

"Down the rabbit hole, into the blockchain wonderland we go."

@0x7EAB07 β€” Breaking the web (in a good way) | Blockchain Architect | Writing code that runs faster than time

Twitter Profile views


🧩 Blockchain Odyssey

I craft decentralized dreams across multiple ecosystems:

  • Solana ecosystem with Anchor framework and native Rust development
  • SUI network leveraging the MOVE language for secure assets
  • Ethereum smart contracts with Solidity and EVM optimization
  • Frontend Mastery with React and React Native for seamless cross-platform experiences

Each blockchain is a different rabbit hole, yet they all lead to innovation.

#[program]
pub mod wonderland {
    use super::*;

    pub fn enter_realm(ctx: Context<Enter>, message: String) -> Result<()> {
        msg!("Welcome to Wonderland: {}", message);
        Ok(())
    }
}
module welcome::welcome;

public struct WelcomeObject has key, store {
    id: UID,
    message: String,
}

public entry fun create_welcome(ctx: &mut TxContext) {
    let welcome_obj = WelcomeObject {
        id: object::new(ctx),
        message: std::string::utf8(b"Welcome to Wonderland!"),
    };
    transfer::public_transfer(welcome_obj, tx_context::sender(ctx));
}

🧰 Technical Arsenal

Solana Anchor Rust SUI MOVE Ethereum Solidity React React Native


πŸ“Š Developer Metrics

Top Languages
GitHub Activity Graph

Pinned Loading

  1. workbench workbench Public

    πŸ§ͺ A playground in the Solana multiverse β€” where I flex Anchor skills, sharpen my dev edge, and occasionally break the web (nicely). Built by Teapot in Wonderland β˜•πŸ‡

    Rust 1