Installation
Technical Details
Component Attributes
Attribute Name | Value | Details |
---|---|---|
network | mainnet or preprod | Which network is the process to be configured to use |
policy $ | The hex encoded policy | |
colors | JSON Encoded object - see Colors below | |
selectedWallet | Supported Wallets (see below) |
indicates required attribute
Colors
Name | Default |
---|---|
mainText | #f3f4f6 |
subText | rgb(206, 206, 206) |
background | #00000000 |
containers | #171920 |
buttonText | #f3f4f6 |
buttonColor | #191E25 |
accent | #46ACFC |
accentText | white |
Component Events
Event Name | Info |
---|---|
wallet-connected | When the user selects a Wallet within the component, we will dispatch this event. The event object dispatched will have the following structure: |
Last updated