I mainly work on Web3 backend infrastructure: chain integration services, transaction state tracking, event scanners, payment/wallet flows, and admin APIs for blockchain products.
My current focus is the Cosmos ecosystem, especially Cosmos SDK / CosmWasm / CW20 / Injective-based chains, plus cross-chain backend design around IBC, Peggy, Hyperlane, Wormhole, and Skip-Go.
Cosmos / Injective CW20 deployment, CosmWasm interaction, protobuf tx construction
Backend Services Go, Node.js, TypeScript, workers, REST APIs, PostgreSQL
Bridge Infrastructure ETH <-> Injective/Peggy, relayer state, token mapping, fee controls
On-chain Data Event scanning, confirmations, reconciliation, monitoring dashboards
Contracts Solidity, Foundry, Hardhat, contract deployment and integrationflowchart LR
Backend["Backend Services"]
Cosmos["Cosmos / Injective"]
Bridge["Cross-chain Bridge"]
Data["On-chain Data"]
Product["Payment / Wallet / Admin"]
Cosmos --> Backend
Bridge --> Backend
Backend --> Data
Data --> Product
Backend --> Product
ScanCodePay - Go backend sample for scan-code payment flows.
JapanMallScan - TypeScript scanner for Tact contract events on TON.
GUGUContracts - Solidity contract workspace using Foundry-style workflows.
tornadocash-core - ZK contract research project with Circom, Groth16, and Hardhat.