Skip to content

livingrockrises/meta-transaction

 
 

Repository files navigation

ERC20 Meta Transaciton with Biconomy

This project demonstrates a meta transaction ERC20 contract to enable gas less transactions using Open Gas Station and Biconomy SDK.

The contract is using EIP-2771 approach.

More info about the SDK: Biconomy doc

Contract address (Rinkeby) - 0x8ae9a8808ac05460d099edc84954f2ad5116ee4e

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.ts
TS_NODE_FILES=true npx ts-node scripts/deploy.ts
npx eslint '**/*.{js,ts}'
npx eslint '**/*.{js,ts}' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix

About

ERC20 gas less wiith meta transaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.5%
  • Solidity 13.0%
  • JavaScript 5.5%
  • Shell 1.0%