Usage
The following outlines how to to implement the USX Transfer Widget.
Getting Started
Required Configuration
Property
Description
evmRpcUrlMap
Mapping of EVM JSON-RPC endpoint URL strings, indexed by chain ID.
Optional Configuration
Property
Description
theme
Object of properties to set custom styling.
maxWidth
Number to define custom width, in pixels.
Example Usage
This snippet demonstrates how to implement the UsxTransferWidget
component in a React application.
Note: The minimum width of the widget is 300px
.
Last updated