🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ledgerhq/coin-tester-evm

Package Overview
Dependencies
Maintainers
7
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/coin-tester-evm

Ledger EVM Coin Tester

Source
npmnpm
Version
1.11.0-nightly.20251111023817
Version published
Maintainers
7
Created
Source

@ledgerhq/coin-tester-evm

This package contains the deterministic testing infrastructure for EVM-based coins in Ledger Live.

Features

  • Deterministic testing scenarios for EVM-based coins
  • Support for multiple EVM chains (Ethereum, Polygon, Scroll, Blast, Sonic)
  • Integration with Speculos for hardware wallet simulation
  • Integration with Anvil for local blockchain simulation

Usage

import { executeScenario } from "@ledgerhq/coin-tester/main";
import { scenarioEthereum } from "@ledgerhq/coin-tester-evm";

// Run a test scenario
await executeScenario(scenarioEthereum);

Development

  • Set up your environment variables in .env (see .env.example)
  • Run the tests with pnpm start

Dependencies

  • @ledgerhq/coin-tester
  • @ledgerhq/coin-evm
  • @ledgerhq/live-common

Keywords

Ledger

FAQs

Package last updated on 11 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts