Skip to content
View DarkLord017's full-sized avatar

Highlights

  • Pro

Block or report DarkLord017

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

πŸ‘‹ Hello World! I'm DarkLord017

About Me πŸš€

  • 🌱 Building in Web3 & Blockchain space
  • πŸ”­ Currently working on selene & athena
  • 🌟 Winner of Nethermind track at EthGlobal | Finalist @BasedIndia
  • $ Core Member at BlocSoc IITR
  • You can see the projects i worked upon in highlighted repositories

Tech Stack πŸ’»

// Languages I speak
let languages = [
    "Rust πŸ¦€", "Golang 🐹", "Solidity ⚑", 
    "Vyper 🐍", "Huff πŸ”§", "JavaScript 🌐",
    "Python 🐍", "C++ βš™οΈ", "Yul πŸ”¬"
];

// Current Learning Path
fn currently_learning() {
    println!("πŸ“š Golang");
    println!("πŸ¦€ Rust");
    println!("🌐 Distributed Systems");
}

Technical intrests

struct TechnicalInterests {
   blockchain: Vec<String>,
   infrastructure: Vec<String>,
   security: Vec<String>
}

impl TechnicalInterests {
   fn new() -> Self {
       TechnicalInterests {
           blockchain: vec![
               "Account Abstraction".to_string(),
               "EVM Development".to_string(),
               "Light Clients".to_string(),
               "RWA asets".to_string(),
               "Blockchain data decoding".to_string(),
               "ERC standards".to_string(),
           ],
           infrastructure: vec![
               "P2P Networks".to_string(),
               "Distributed Systems".to_string(),
           ],
           security: vec![
               "Smart Contract Security".to_string(),
           ],
       }
   }
}

Pinned Loading

  1. Tanmay-S-Kushwaha/CryptoCampusLegends-IIT-Edition Tanmay-S-Kushwaha/CryptoCampusLegends-IIT-Edition Public

    JavaScript

  2. BlocSoc-iitr/DappHack BlocSoc-iitr/DappHack Public

    A web3 hackathon portal

    JavaScript 1 11

  3. evm-from-scratch evm-from-scratch Public

    Forked from w1nt3r-eth/evm-from-scratch

    Super secret 100% practical EVM course. Please do not share

    Go

  4. BlocSoc-iitr/HorseRiders BlocSoc-iitr/HorseRiders Public

    A complex math and Fast Fourier Transform Library for Huff and EVM Assembly

    Solidity 8 9

  5. BlocSoc-iitr/Athena BlocSoc-iitr/Athena Public

    Blockchain data decoder in go

    Go 7 6

  6. BlocSoc-iitr/selene BlocSoc-iitr/selene Public

    A fast & portable light client for Ethereum in Golang.

    Go 5 6