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