Last active
November 6, 2019 12:11
-
-
Save tomarsachin2271/0c1abb77224d84f7b16d825ccd4e2438 to your computer and use it in GitHub Desktop.
Gist showing how to initialize biconomy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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