Adding wallet to the TEOS Platform flow with TxServer and TEOS API

To add a signable wallet to the TeosAPI following calls, depicted in the Diagram 1. should be performed:

  • Device token should be acquired for the next calls to TeosApi and TxServer. For the details refer to the device authorization flow

  • TeosApi function InitWalletRegistration is called, to generate WalletRegistrationClaim

  • Using the data from the claim, received in previous step, the app calls TXServer function SendAddressToProvider, to link the wallet with the transactions provider (more about provider here)

Diagram 1. Adding Signable Wallet to the TeosApi

Last updated