📘
TEOS User Guides
Contact CoreLedgerPrivacy Policy
TEOS API
TEOS API
  • 👋Welcome to TEOS API
  • Get started
  • TEOS API overview
    • Terms and concepts
      • Asset
      • Spark
      • Wallet
      • Supply
      • Warp
      • Invoice
      • Transaction
    • Architecture note
      • Tenant setup options
    • Authentication
    • Versioning
  • Using TEOS API
    • Postman examples
    • Rate limits
    • Dealing with blockchain transactions
      • How to get Ether for signing transactions
      • Transaction creation and submission
        • First transaction creation and submission for a new address on the private blockchain
    • Handling errors
      • 1xxxx codes
      • 2xxxx codes
      • 3xxxx codes
    • TEOS Events
    • Warp search
  • TEOS API references
    • TEOS API Swagger (OpenAPI)
  • Using additional APIs of TEOS Platform
    • User authentication flow with TEOS Authentication service and TMS
    • Device authorization flow with TxServer and TEOS Authentication service
    • Adding wallet to the TEOS Platform flow with TxServer and TEOS API
    • Using TxServer API
      • TxServer API (OpenAPI)
      • Key Pair Generation. Transaction Signing
      • Device Restoration
    • Using TEOS Authentication service
      • TEOS Authentication Service API
    • Using TMS API
      • TMS API Swagger (OpenAPI)
      • Handling errors
      • Changelog
    • Using Discovery Service
  • FAQ
  • Changelog
    • v0.9
    • Non-versioned changes
    • Previous versions (not supported)
  • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Using additional APIs of TEOS Platform

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 1 year ago

Was this helpful?

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

  • TeosApi function is called, to generate WalletRegistrationClaim

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

device authorization flow
InitWalletRegistration
SendAddressToProvider
here
Diagram 1. Adding Signable Wallet to the TeosApi