Wallet Provider Service SDK

Example of a wallet provider backend server

The Wallet Provider Service SDK is a crate you can import into your backend.

Primary Responsibilities for the Wallet Provider Service SDK:

  • routing the requests to the network from the client SDK to the Network Aggregator

  • Authenticating its requests to the Network (with an API token)

You can access the wallet provider service SDK here (private registry):

Please contact us to get access to the above private registry

Last updated