Getting Started with Ledger's Wallet API
Welcome to the getting started guide for Ledger's Wallet API. We are excited to have you onboard and look forward to seeing what you'll create.
Ledger's Wallet API can be integrated with both client and server-side applications, offering you flexibility and enabling diverse use-cases.
Installation
Let's begin by installing the base package.
You can use your favorite package manager, to install the @ledgerhq/wallet-api-client
package.
npm install @ledgerhq/wallet-api-client
Now that you've successfully installed the necessary packages, you're ready to start crafting with Ledger's Wallet API. In the next page, we'll guide you through the process of setting up and configuring the Wallet API in your application.