Hi everyone, I’m Rachit Sharma — a blockchain engineer currently building real, production-ready decentralized infrastructure on the Internet Computer Protocol (ICP).
EVM ↔ Non-EVM Bridge on ICP (In Progress)
Leading the development of a Decentralized Cross-Chain Bridge enabling secure and on-chain communication between EVM-compatible chains (Ethereum, Polygon, BNB, etc.) and non-EVM chains such as Solana, Stellar, and Sui, fully powered on ICP.
- Utilizes ECDSA for EVM chains and Ed25519 for non-EVM chains.
- All key management, transaction signing, and finalization happen on-chain using ICP canisters — no off-chain relayers.
- Focused on true trustlessness and transparent message execution across heterogeneous chains.
Smart Contract Signing Platform on ICP — MEU
Built MEU, a decentralized contract agreement platform deployed on ICP, allowing:
- Users to sign peer-to-peer contracts using cryptographic signatures generated from contract-based keypairs on ICP.
- A custom digital asset uploader for handling user files and contract-related resources, stored securely on ICP canisters.
AMM DEX on Partisia Blockchain (Rust)
While outside ICP, this experience is relevant in bridging design patterns:
- Built an AMM supporting multi-token swaps and liquidity pool creation, similar to Uniswap.
- Experience here is being applied to DEX routing in our cross-chain bridge to handle asset exchanges before transferring across chains.
On-Chain Fundraising Platform on Solana
- Developed a fully on-chain fundraising ecosystem on Solana, allowing users to:
- Create SPL tokens.
- Launch their own funds.
- Trade via Jupiter Aggregator within the smart contract using CPI calls.
- Key architectural learnings from Solana’s CPI model are being ported to ICP canister orchestration for efficient bridging and fund-handling workflows.
Vision with ICP
My goal is to create truly decentralized, serverless, and on-chain multi-chain apps using ICP as the foundational layer for:
- Signature management (ECDSA + Ed25519)
- Contract orchestration and message routing
- Cross-chain logic enforcement
Happy to collaborate, contribute, or answer any questions.
You can view more about my ongoing projects or reach out if you’re building something similar!