Wallet Provider Service SDK
Example of a wallet provider backend server
Last updated
Example of a wallet provider backend server
Last updated
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):