Skip to content

Instantly share code, notes, and snippets.

View atisheksingh's full-sized avatar
🏢
Working from office

atisheks1 atisheksingh

🏢
Working from office
  • Blockchain Architech @ OriginalsGateways
  • Pune , India
  • 15:17 (UTC +05:30)
View GitHub Profile
// To enable meta transaction, let create a generic method that calls executeMetaTransaction by taking the user signature
// and then execute transaction via Biconomy
// Dependencies
import {toBuffer} from "ethereumjs-util";
import abi from "ethereumjs-abi";
import events from "events";
// Initialization of web3
let web3 = new Web3(window.ethereum);