Skip to content

Instantly share code, notes, and snippets.

@arefaslani
Created July 30, 2020 06:12
Show Gist options
  • Save arefaslani/c62c2c49fd2a6dd3134b8ba29c30f67b to your computer and use it in GitHub Desktop.
Save arefaslani/c62c2c49fd2a6dd3134b8ba29c30f67b to your computer and use it in GitHub Desktop.
import Web3 from "web3";
import Biconomy from "@biconomy/mexa";
import magic from "utilities/magic";
const provider = new Web3(magic.rpcProvider);
const biconomy = new Biconomy(provider, {
apiKey: "mbuXCxAWd.7d43ddeb-ee04-42a0-85ac-350ae193d607",
debug: true
});
export default biconomy;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment