Socket
Book a DemoInstallSign in
Socket

@dynamic-labs-connectors/safe-evm

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs-connectors/safe-evm

This library was generated with [Nx](https://nx.dev).

npmnpm
Version
3.2.0
Version published
Weekly downloads
212
-41.92%
Maintainers
1
Weekly downloads
 
Created
Source

safe-evm

This library was generated with Nx.

Building

Run nx build safe-evm to build the library.

Running unit tests

Run nx test safe-evm to execute the unit tests via Jest.

Integrating with the Dynamic SDK

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

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

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

Contributing

Please see the Contributing Guide for information on how to develop and contribute to this connector.

FAQs

Package last updated on 03 Dec 2024

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