Connect
Last updated
Last updated
In order to start interacting with Broearn Wallet, an app must first establish a connection. This connection request will prompt users for permission to share their public keys, indicating that they are willing to interact further.
Once a user connects to Broearn Wallet, Broearn Wallet will return the promise type param that should be used on all subsequent methods.
Check if the Dapp is linked to a wallet
data
: An JSON object.
address: The public key of the user, represented as a base58-encoded string.
session
: A string type. This should be treated as opaque by the connecting app, as it only needs to be passed alongside other parameters. Sessions do not expire.
An errorCode
and errorMessage
as query parameters. Please refer to for a full list of possible error codes.