Skip to content

Instantly share code, notes, and snippets.

View DhairyaSethi's full-sized avatar
🎲
.

Dhairya Sethi DhairyaSethi

🎲
.
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);