Skip to main content

userAddress

The address of the wallet that is currently connected to the app.

Example

<span> Hello {userAddress}! </span>

Or in a component:

<Balance 
address={userAddress}
/>