Skip to content
View Venkat-Sundaraneedi's full-sized avatar

Block or report Venkat-Sundaraneedi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

πŸ‘‹ Hey, I'm Venkat

πŸ¦€ Rust Blockchain Developer | Building the Decentralized Future

Twitter Follow


πŸš€ About Me

I'm a blockchain developer specializing in Rust-based distributed systems. Passionate about building secure, scalable, and performant decentralized applications that shape the future of Web3.

struct Developer {
    name: String,
    role: String,
    languages: Vec<String>,
    current_focus: Vec<String>,
}

impl Developer {
    fn new() -> Self {
        Developer {
            name: "Venkat Sundaraneedi".to_string(),
            role: "Blockchain Engineer".to_string(),
            languages: vec!["Rust", "Solidity", "Move", "TypeScript"]
                .iter().map(|s| s.to_string()).collect(),
            current_focus: vec![
                "Smart Contracts", 
                "DeFi Protocols", 
                "Consensus Algorithms", 
                "P2P Networks"
            ].iter().map(|s| s.to_string()).collect(),
        }
    }
}

πŸ› οΈ Tech Stack

Core Languages & Frameworks

Rust Solidity Move TypeScript

Blockchain Ecosystems

Ethereum Solana Base Aptos

Tools & Technologies

Docker Git IPFS WebAssembly


πŸ’Ό What I'm Up To

πŸ”­ Currently: Deep-diving into Rust blockchain development and building my portfolio

🌱 Learning: Advanced smart contract patterns, zero-knowledge proofs, and consensus mechanisms

πŸ’‘ Exploring: DeFi protocols, Layer 2 solutions, and cross-chain interoperability

🀝 Looking for: Opportunities to collaborate on innovative blockchain projects

πŸ“« Reach me: venkat.subrahmanyam.34@gmail.com


πŸ“Š GitHub Stats

GitHub Stats

Top Languages

GitHub Streak


πŸ’¬ Let's Connect

I'm always interested in discussing blockchain technology, Rust development, or potential collaborations!


πŸ¦€ "In Rust We Trust" πŸ”—

Profile Views

⚑ Building the future, one block at a time πŸš€

Pinned Loading

  1. Move_learning Move_learning Public

    Code examples form aptos-move-by-example

    Move