Skip to content
View vlad17451's full-sized avatar

Block or report vlad17451

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. study-bridge study-bridge Public

    Cross-chain ERC20 bridge study project: burn/mint with off-chain validator signatures verified on-chain via ecrecover (Solidity 0.8, Hardhat)

    Solidity

  2. upgradable-staking upgradable-staking Public

    UUPS-upgradeable ERC20 staking contract (Solidity 0.8, OpenZeppelin, Hardhat, TypeScript tests) — study project demonstrating proxy upgrades with state preservation

    TypeScript

  3. merkle-trees-smart-contract merkle-trees-smart-contract Public

    Gas-efficient Merkle-tree allowlist in Solidity: store one 32-byte root, gate access with O(log N) proofs. Hand-rolled tree as a first-principles study

    TypeScript

  4. evm-nonce-syncer evm-nonce-syncer Public

    CLI that synchronizes an EVM account's nonce across chains so CREATE deployments land at the same contract address everywhere

    TypeScript

  5. cellular-automaton-rust cellular-automaton-rust Public

    Rust

  6. quadtree-example-rust quadtree-example-rust Public

    Quadtree spatial partitioning from scratch in Rust with an interactive Bevy visualization — 1000 moving points, collision detection via O(log n) neighbor queries

    Rust