EmmetBridge SDK

As the developers of Emmet.SDK, our primary goal is to create a versatile and robust library that seamlessly integrates the Emmet.Bridge functionality into front-end applications. With Emmet Bridge, we aim to establish a reliable and efficient connection between EVM and non-EVM chains.

By leveraging the power of Emmet.SDK, developers can effortlessly harness the capabilities of Emmet Bridge, enabling seamless communication and interoperability across various blockchain networks.

Usage

The ability to connect to multiple chains offers numerous advantages. It enables cross-chain asset transfers, facilitates interaction between decentralized applications (DApps) and different blockchain networks, promotes interoperability among various smart contract protocols, and expands the possibilities for blockchain-based solutions.

Using the library, developers can efficiently bridge the gap between disparate blockchain ecosystems, streamline their development efforts, and offer users enhanced connectivity and functionality across multiple networks.

Installation

Before executing these commands, make sure you have the respective package manager (npm, yarn, or pnpm) installed on your system.

To download the Emmet.SDK.V2.0 library from the specified GitHub repository and install it into your project:

npm install

git+https://github.com/Emmet-Finance/Emmet.SDK.V2.0.git

Installation with npm:

npm install emmet-sdk-v2

Installation with yarn:

yarn add emmet-sdk-v2

Supported Blockchains

  1. Mainnet

    • Arbitrum

    • Avalanche

    • Base

    • Ethereum

    • Optimism

    • Polygon

  2. Testnet

    • Arbitrum Sepolia

    • Avalanche Fuji

    • Base

    • Ethereum Sepolia

    • Optimism Sepolia

    • Polygon Mumbai

Last updated