Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dynamic-labs-connectors/ledger-evm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs-connectors/ledger-evm

## Integrating with the Dynamic SDK

latest
npmnpm
Version
4.4.3
Version published
Maintainers
1
Created
Source

ledger-evm

Integrating with the Dynamic SDK

Install the connector

npm install @dynamic-labs-connectors/ledger-evm

Use the connector

To integrate with the Dynamic SDK, you just need to pass LedgerEvmConnectors to the walletConnectors prop of the DynamicContextProvider component.

import { DynamicContextProvider } from '@dynamic-labs/sdk-react-score';
import { LedgerEvmConnectors } from '@dynamic-labs-connectors/ledger-evm';

const App = () => {
  return (
    <DynamicContextProvider
      settings={{
        environmentId: 'REPLACE-WITH-YOUR-ENVIRONMENT-ID',
        walletConnectors: [LedgerEvmConnectors],
      }}
    >
      <DynamicWidget />
    </DynamicContextProvider>
  );
};

Building

Run nx build @dynamic-labs-connectors/ledger-evm to build the library.

Running unit tests

Run nx test @dynamic-labs-connectors/ledger-evm to execute the unit tests via Jest.

FAQs

Package last updated on 11 Sep 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