Getting Started with the Wallet API
Welcome to the getting started guide for the Ledger Wallet API. We are excited to have you onboard and look forward to seeing what you’ll create.
The Ledger 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-clientNow 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 Ledger Wallet API in your application.