All Projects

๐Ÿ—๏ธ Gluwa โ€“ Distributed Validation Infrastructure

โšก Distributed validation infrastructure for multi-chain blockchain systems (Ethereum, BNB Chain, Bitcoin, Substrate) at Gluwa. Cross-chain bridge workers, Substrate pallet test frameworks, E2E automation, and CI/CD-integrated test orchestration.

Software Engineer (AI & Distributed Systems)Nov 2021 โ€“ Feb 2026

Stack

TypeScriptC# (.NET 6)Node.jsNestJSPolkadot.jsethers.jsviemPlaywrightFoundryHardhatMochaAllureDockerAzurePostgreSQLTypeORM

Gluwa โ€“ Distributed Validation Infrastructure

๐Ÿ”ญ Overview

At Gluwa Inc, I worked as a Software Engineer on distributed systems and validation infrastructure for the Creditcoin blockchain ecosystem โ€” a multi-chain credit network spanning Ethereum, BNB Chain, Bitcoin, and a custom Substrate-based L2. My work covered the full spectrum from CI/CD-integrated validation systems to production cross-chain bridge workers.

๐Ÿ› ๏ธ Core Work

โ›“๏ธ Multi-Chain Distributed Validation Infrastructure

  • ๐Ÿ—๏ธ Designed distributed validation infrastructure for multi-chain blockchain systems (Ethereum, BNB Chain, Bitcoin, Substrate), ensuring transactional consistency and state correctness across networks
  • ๐Ÿ”ง Built scalable backend automation services in C# (.NET 6) and Node.js to validate smart contract execution, REST APIs, and on-chain data pipelines
  • ๐Ÿ“ Implemented SDK-level validation frameworks using BDD and OOP principles for reliable blockchain integrations
  • ๐Ÿค Collaborated with backend engineers on API architecture, performance validation, and system design for Web3 investment infrastructure

๐Ÿ”„ CI/CD-Integrated Test Orchestration

  • ๐Ÿ›๏ธ Architected CI/CD-integrated test orchestration systems supporting DApps and protocol upgrades
  • ๐Ÿณ Contributed to reliability engineering across distributed blockchain environments with Docker-based deployments
  • ๐Ÿ“ก Maintained automated pipelines across testnet, devnet, and mainnet environments

๐ŸŒ‰ Cross-Chain Off-Chain Bridge Worker (CCNext)

  • ๐Ÿ“ก Built production NestJS off-chain worker monitoring Ethereum Sepolia for ERC-20 transfer events
  • ๐Ÿ” Implemented exponential backoff proof API orchestration (20 retry attempts, 15-min timeout) for reliable cross-chain proof generation and submission to CCNext L2
  • ๐Ÿ”ข Per-wallet nonce management for parallel transaction execution across multiple wallets
  • โ˜๏ธ Full multi-environment deployment via Docker Compose and Azure App Configuration

๐Ÿงช Substrate Pallet Test Framework (CC3 Protocol)

  • ๐Ÿงช Designed comprehensive Polkadot.js + Mocha + Allure test framework for Substrate pallet validation
  • ๐Ÿ“‹ Coverage: staking lifecycle (bond, nominate, unbond, payout), Grandpa migration, precompile testing (BN128 curves, EVM signature verifier), and dynamic extrinsic calling
  • ๐ŸŒ Multi-environment support: testnet, devnet, dryrun
  • ๐Ÿ“Š Structured Allure test reporting for team observability

๐ŸŽญ E2E Automation (Playwright)

  • ๐ŸŽญ Implemented Playwright E2E test suites for Creditcoin staking dashboard and CC3 blockchain dashboard
  • ๐Ÿ”„ Regression coverage for DeFi front-ends with CI integration

๐Ÿ“œ Smart Contract Testing & Deployment

  • ๐Ÿ” Authored Foundry-based Solidity tests for EIP-712 airdrop contract โ€” cryptographic claim flows, campaign lifecycle, role-based access control
  • ๐Ÿ’ฑ Deployed and validated GluwaDEX (Uniswap V3 fork: SwapPool V1/V2, SwapRouter) with full test coverage
  • ๐Ÿญ Uniswap V3 protocol deployment: factory, pool, router, NFT position manager

๐Ÿ” QA Mini-Indexer (On-Chain/Off-Chain Validator)

  • ๐Ÿ“ก Built a real-time dual-scanner validation tool monitoring on-chain events (WebSocket + HTTP polling fallback)
  • โœ… Cross-validated on-chain state against off-chain indexer APIs for continuous production health monitoring
  • ๐Ÿ“‹ Covered: airdrop claims (RewardsAdded, Claimed events), staking contracts (Staked, RewardClaimed, Unstaked)

โญ Key Highlights

  • ๐Ÿ—๏ธ 4+ years of production blockchain infrastructure work across 4 blockchain ecosystems simultaneously
  • ๐ŸŒ‰ Cross-chain bridge worker handling proof API orchestration with full retry resilience
  • ๐Ÿงช Custom Substrate pallet test framework โ€” testing a novel blockchain runtime from scratch
  • ๐Ÿ”„ CI/CD pipelines covering smart contracts โ†’ backend APIs โ†’ E2E dashboard automation