Connect via connection string
The TConnectEtherlinkProvider
allows establishing a connection to an Etherlink wallet by providing a connectionString
. This is particularly useful when the user does not specify a particular wallet application.
Example Usage of the Connection String
Explanation
Initialization: The
TConnectEtherlinkProvider
is initialized with basic configuration options such asappName
,appUrl
,bridgeUrl
,network
andapiKey
.Handling the Connection String: Using the
on("connectionString")
method, developers can access theconnectionString
to use it as needed.
This functionality is not limited to the TConnectEtherlinkProvider
but is applicable to all providers offered by TConnect.
Last updated