Skip to content

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.

Notifications You must be signed in to change notification settings

ChungmanCheng/Gasless-Relayer

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published