Skip to content

Latest commit

 

History

History
71 lines (66 loc) · 3.66 KB

File metadata and controls

71 lines (66 loc) · 3.66 KB

Rust_Projects

on-chain tools, built in rust

A personal collection of blockchain infrastructure & DeFi tooling.


bulk_token_sender

A high-performance utility for batch distribution of ERC-20 tokens. Executes to hundreds of recipients in one call to save gas.

event_indexer

Blazing-fast smart contract indexer. Monitors logs in real-time for responsive dApps and event-driven logic.

gas_tracker

Ethereum gas tracking with real-time insights and historical trends to optimize your transaction fees.

mempool_monitor

Analyzes pending transactions in the txpool. Essential for MEV research and real-time network analysis.

mini_chain

A lightweight blockchain from scratch. Features PoW consensus and P2P networking for fundamental learning.

rpc_health_checker

Evaluates RPC node performance. Tracks latency and sync across multiple networks for high-availability dApps.

wallet_manager

Secure CLI for HD wallets (BIP-39/44). Handles seed generation and signing fully offline.

impermanent_loss_calc

DeFi calculator for Liquidity Providers. Simulates volatility and fees to visualize LP risk-to-reward.


All projects written in Rust · github.com/SAMIR897