Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 859 Bytes

File metadata and controls

37 lines (25 loc) · 859 Bytes

Gasless-Relayer

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.

🛠 Features

  • Custom GaslessRelayer smart contract
  • Signature verification
  • Nonce tracking for replay protection
  • Node.js relayer + signer scripts
  • Hardhat setup

📦 Deployed Contract

🚀 Getting Started

1. Clone the Project

git clone https://github.com/ChungmanCheng/Gasless-Relayer.git
cd gasless_relayer

2. Install Dependencies

npm install

3. Start the Frontend

npm run dev