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

@dynamic-labs-connectors/intersend-evm

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs-connectors/intersend-evm

Intersend EVM connector for Dynamic SDK

latest
npmnpm
Version
4.4.3
Version published
Maintainers
1
Created
Source

intersend-evm

Integrating with the Dynamic SDK

Install the connector

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

Use the connector

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

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

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

Building

Run nx build intersend-evm to build the library.

Running unit tests

Run nx test intersend-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