Deposit Component
Last updated
Last updated
If you want to quickly access the ETransfer deposit function, please use this UI component. You will get the same UI display and deposit function as the ETransfer app.
Select tokens: Select the deposit token and the received token.
Select networks: Select the from network and the to network.
Calculator: If the deposit token is different from the received token, the calculator function will be displayed. You can use the calculator to calculate the exchange rate and estimate how many tokens you will receive.
Minimum deposit limit: You will see the minimum deposit limit. The amount you deposit needs to be greater than the minimum value.
From network contract address: You can see the from network contract address.
Deposit tips: You will see the deposit tips and you can read these tips to answer your operational questions.
Automatically obtain the deposit address: After you select the tokens and networks, you will receive the deposit QR code and deposit address.
Deposit assets: You can scan the QR code or copy the deposit address to complete the deposit.
Notification: You can see the processing transaction tip and the transaction completion notification.
See More: Installation | ETransfer
For the ETransferConfig
, ETransferStyleProvider
,ETransferLayoutProvider
and ETransferDepositProvider
configuration used in the following examples, please refer to the ETransfer UI SDK Config
Field | Type | Required | Remarks |
containerClassName |
|
| The additional class to Deposit. |
className |
|
| The additional class to Deposit body. |
componentStyle |
|
| Component style configuration items.
If you want to configure responsiveness, please switch the UI style at the appropriate time. Default is |
isShowErrorTip |
|
| Whether to automatically pop up error prompt. |
isShowMobilePoweredBy |
|
| Whether to display the mobile Powered By ETransfer logo. |
isListenNoticeAuto |
|
| Whether to establish a socket connection to listen for deposit transaction notifications. The default value is |
isShowProcessingTip |
|
| Whether to display a prompt for ongoing deposit transactions. The default value is |
onClickProcessingTip |
|
| The click event for the processing transaction tip. |
onActionChange |
|
| You can retrieve the current user's operation data within this method. |
onConnect |
|
| The wallet connection event. |
Ensure that the network configuration (networkType
) , service URL (etransferUrl
) , authorization URL (etransferAuthUrl
) , socket URL (etransferSocketUrl
) and authorization (jwt
) are accurate.
Use a valid JWT token to ensure proper functionality.
To get ETransferConfig authorization.jwt
, you can read ETransfer SDK Auth
If you are using the message notification feature, please actively call @etransfer/ui-react
unsubscribeUserOrderRecord
method to cancel the WebSocket listener when logging out.
For more details and use cases, check out the github example code.
For any questions, please reach out to contact@etransfer.exchange.