Go Client
Last updated
Was this helpful?
Last updated
Was this helpful?
This is GO library used to communicate with SPV Wallet. It allows us to create an admin or normal user client and then call methods to work with transactions, xpubs, paymails and access keys.
To create a new user (by some people also understand as creation of wallet or account), you need to register a new xPub. You can found example of how to do that .
To authenticate within the SPV Wallet, you need to use HD key pair either for admin or normal user. Detailed instruction on how to authenticate the client can be found .
We have prepared some examples for you to get started with the library. All of them are available on the SPV Wallet Client GitHub repository, in the directory.