A technical overview of the ArbiRupee protocol, a decentralized INR on-ramp built on the Arbitrum network for the Arbitrum India Hackathon.
Our architecture is designed for simplicity, security, and scalability. The core logic is handled by two primary smart contracts on the Arbitrum Sepolia testnet, interacting with a React-based frontend.

arbINR.Minter.sol contract, which has the exclusive permission to mint new tokens.Minter calls the arbINR.sol (ERC-20) contract, which creates the new tokens and transfers them to the user's wallet address.arbINR, can approve and use these tokens in any DeFi protocol, such as the Uniswap V3 pool we deployed for the demo.