AddressProvideQR
AddressProvideQR is a component where ZIGAP delivers addresses to dApp without verification procedures.
Props
prop
type
description
dapp
string
Name of the dApp to use
url
string
The url of dApp to connect
availableNetworks
string[]
List of connectable networks in dApp
validSeconds
number
QR code valid seconds
onReceive
(value) => void
Function called after login request
icon
string
Your dapp icon url to be displayed on zigap app
Optional Props (only for styles)
prop
type
default value
description
size
number
128
canvas width
bgColor
string
#fff
background color
fgColor
string
#000
foreground color
style
CSSProperties
custom css style
isShowLogo
boolean
false
Zigap logo in the middle of the QR code
logoSize
number
30
logo width & height
Example
Last updated