A simple gasless transaction framework using Solidity and ECDSA signatures. This project lets users sign messages off-chain, and relayers execute them on-chain by paying the gas.
- Custom
GaslessRelayersmart contract - Signature verification
- Nonce tracking for replay protection
- Node.js relayer + signer scripts
- Hardhat setup
- Network: Sepolia Testnet
- GaslessRelayer Contract Address:
0x10C0BD984379351cE9196E3a55f68E6297be1d9e
git clone https://github.com/ChungmanCheng/Gasless-Relayer.git
cd gasless_relayernpm installnpm run dev