Skip to content
View EliteCoder18's full-sized avatar
πŸ’­
Coding
πŸ’­
Coding

Highlights

  • Pro

Block or report EliteCoder18

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
EliteCoder18/readme.md

Typing SVG

      β–ˆβ–€β–€β–€β–€β–€β–ˆ β–€β–€β–€β–ˆβ–€β–ˆβ–€ β–ˆβ–€β–€β–€β–€β–€β–ˆ
      β–ˆ β–ˆβ–ˆβ–ˆ β–ˆ β–ˆ β–ˆ β–ˆβ–€β–€ β–ˆ β–ˆβ–ˆβ–ˆ β–ˆ
      β–ˆ β–€β–€β–€ β–ˆ β–ˆβ–„β–ˆβ–„β–ˆβ–ˆβ–„ β–ˆ β–€β–€β–€ β–ˆ
      β–€β–€β–€β–€β–€β–€β–€ β–€ β–€ β–€ β–€ β–€β–€β–€β–€β–€β–€β–€
   >> BLOCK_HEIGHT: 2026
   >> DIFFICULTY:   EXTREME
   >> MINER:        RISHIT_MODI

πŸ¦€ SOURCE_CODE.rs


struct BlockchainExplorer {
    focus: String,
    stack: Vec<'static str>,
    status: SyncState,
}

impl Explorer {
    fn new() -> Self {
        Self {
            focus: "Decentralization".to_string(),
            stack: vec!["Rust", "Wasm", "Solidity"],
            // Still downloading the full chain...
            status: SyncState::Exploring, 
        }
    }
}

πŸ“¦ Cargo.toml

[package]
name = "rishit_modi"
version = "0.1.0"
edition = "2006"

[dependencies]
rust = { version = "1.75", features = ["unsafe"] }
bitcoin = "0.30"
web3 = "0.18"
tokio = { version = "1.0", features = ["full"] }

[dev-dependencies]
# Learning in progress...
zk_snarks = "exploring"
smart_contracts = "testing"

:: MEMORY_ALLOCATION (Languages) ::

RUST Β Β Β Β Β  [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘] 80% (Safe)
C++ Β  [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘] 55% (Gasy)
JS/TS Β Β Β Β  [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘] 90% (Legacy)


-----BEGIN HASH SIGNATURE-----

0x7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069

Pinned Loading

  1. LearnXtrade LearnXtrade Public

    LearnXTrade is an interactive education platform designed to make learning and skill exchange engaging, practical, and community-driven. The platform connects learners and educators, allowing users…

    JavaScript 2

  2. EncryptedLogStorage EncryptedLogStorage Public

    a Python-based pipeline that: Encrypts system/application logs and saves them as PDF. Uploads the encrypted PDF to IPFS for decentralized, permanent storage. Stores the IPFS CID (hash) on the block…

    Python 1

  3. journey-to-rustacean journey-to-rustacean Public

    A personal log of my learning journey with Rust, from the basics to advanced concepts. This repository tracks my progress as I work toward becoming a true Rustacean, with daily commits, projects, a…

    Rust

  4. Hostel-Hustle Hostel-Hustle Public

    Forked from OpnExc/OpenExchangeWeb

    Hostel Hustle is a student marketplace platform that enables users to buy, sell, and exchange goods within their institute. Designed with a sleek, luxurious interface, it helps students easily conn…

    JavaScript

  5. Proofnest Proofnest Public

    Forked from harkirath1511/Proofnest

    ProofNest is a secure, blockchain-powered platform designed to help creators, professionals, and organizations register and verify digital content with authenticity and trust.

    JavaScript

  6. Coin-Smith Coin-Smith Public

    A robust Bitcoin transaction builder in Rust with smart UTXO selection, accurate fee calculation, and PSBT generation. Supports multiple script types, RBF, and locktime with both CLI and web interf…

    Rust 3