Skip to content

Instantly share code, notes, and snippets.

@marekkirejczyk
Created April 14, 2020 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekkirejczyk/5bb73561aedd8312a68ce79c6656009c to your computer and use it in GitHub Desktop.
Save marekkirejczyk/5bb73561aedd8312a68ce79c6656009c to your computer and use it in GitHub Desktop.
Adding Unilogin to Onnoard.js initialization
...
onboard = Onboard({
...
wallets: {
{ walletName: 'unilogin', preferred: true },
...
}
})
this.setState({ onboard })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment