Getting Started
In this guide, we will walk through how to set up the Ledger Wallet API simulator to connect the client to a mock environment, instead of the real Ledger Wallet environment.
This is especially helpful during development and testing phases, where you might not want to perform actions on the real Ledger Wallet.
Installation
Let’s begin by installing the base package.
You can use your favorite package manager, npm, yarn or pnpm, to install the @ledgerhq/wallet-api-simulator package.
npm install @ledgerhq/wallet-api-simulatorNow 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.