Skip to content

Instantly share code, notes, and snippets.

@tomarsachin2271
Last active November 6, 2019 12:11
Show Gist options
  • Save tomarsachin2271/0c1abb77224d84f7b16d825ccd4e2438 to your computer and use it in GitHub Desktop.
Save tomarsachin2271/0c1abb77224d84f7b16d825ccd4e2438 to your computer and use it in GitHub Desktop.
Gist showing how to initialize biconomy
biconomy.on(biconomy.READY, () => {
// Initialize your dapp here
}).on(biconomy.ERROR, (error, message) => {
// Handle error while initializing mexa
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment