Adding wallet to the TEOS Platform flow with TxServer and TEOS API
PreviousDevice authorization flow with TxServer and TEOS Authentication serviceNextUsing TxServer API
Last updated
Last updated
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)