JS Client
Last updated
Was this helpful?
Last updated
Was this helpful?
This is TypeScript / JavaScript library used to communicate with SPV Wallet. It allows 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 (which some may also interpret as creating a wallet or account), you need to register a new xPub. You can find 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.