This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
Overview
This guide introduces Cobo WaaS API in JavaScript SDK, enabling developers to integrate with Cobo’s Custodial/MPC services seamlessly using the JavaScript programming language.Before You Begin
- Ensure that you have created an account and configured Cobo’s Custodial/MPC services. For detailed instructions, please refer to the Quickstart guide.
- To access the API documentation, navigate to the API references section.
Using the Cobo JavaScript SDK
GitHub
The Official JavaScript SDK for Cobo WaaS API.Requirements
Node.js v10.18.0 or newer.Installation
add dependency in package.jsonCode Sample
Generate Key Pair
Initialize ApiSigner
ApiSigner
can be instantiated through
Initialize RestClient
Custodial Wallet Sample
MPC Wallet Sample
Handling Response
Handling API Errors
Feel free to share your feedback to improve our documentation!