Skip to content

A gasless transaction involves making smart contract calls without the need to pay for gas. This is done through a relayer. This repo contains a simple implementation using openzeppelin defender relayer.

Notifications You must be signed in to change notification settings

BlockchainUNN/Gasless-Storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Gasless transactions are made possible by a network of Ethereum relayers.

What is a relayer? When you attempt to make a transaction on the Ethereum blockchain, your transaction needs to be processed by the miners in order to get written on the blockchain. These miners are incentivized to process your transaction since they can collect gas fees for their work.

That’s where relayers come in - they relay your transactions to the miners and collect your gas payment for you. They allow you to effectively skip two steps (sending ETH and then broadcasting a transaction) when using MetaMask.

This repo implements a simple version of gasless meta transactions using openzeppelin defender relayers.

Read more on this here https://docs.openzeppelin.com/defender/relay

About

A gasless transaction involves making smart contract calls without the need to pay for gas. This is done through a relayer. This repo contains a simple implementation using openzeppelin defender relayer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • CSS 21.6%
  • Solidity 8.1%
  • Shell 1.4%