🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@debridge-finance/debridge-protocol-evm-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debridge-finance/debridge-protocol-evm-interfaces

A lightweight package with the interfaces for the EVM smart contracts that implement the [deBridge protocol](https://debridge.finance). Add this package as a dependency to your project to avoid copy-n-pasting the files or depending on a heavyweight [`debr

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
21
40%
Maintainers
2
Weekly downloads
 
Created
Source

debridge-protocol-evm-interfaces

A lightweight package with the interfaces for the EVM smart contracts that implement the deBridge protocol. Add this package as a dependency to your project to avoid copy-n-pasting the files or depending on a heavyweight debridge-contracts-v1.git repo.

Installation

Install the package:

npm i --save @debridge-finance/debridge-protocol-evm-interfaces

Then import necessary interfaces into your Solidity files:

import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/ICallProxy.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/IDeBridgeGate.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/interfaces/IDeBridgeGateExtended.sol";
import "@debridge-finance/debridge-protocol-evm-interfaces/contracts/libraries/Flags.sol";

Keywords

bridge

FAQs

Package last updated on 29 Aug 2022

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