@layerzerolabs/proof-evm

1.0.22-beta.2 • Public • Published

#LayerZero EVM Proof Library

Networks:

  1. default - uses the default eth proof mechanism
  2. hardhat - uses the hardhat rpc
  3. arbitrum - modified for its non standard receipt

Usage

const getProof = new GetProof("https://mainnet.infura.io");
const getProof = new GetProof(hre.network.provider, "hardhat");
const getProof = new GetProof("https://arb-rinkeby.g.alchemy.com/v2/{API_KEY}", "arbitrum");

LICENSING

The primary license for LayerZero Proof Library is the Business Source License 1.1 (BUSL-1.1) unless specified otherwise in the file. see LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i @layerzerolabs/proof-evm

Weekly Downloads

11

Version

1.0.22-beta.2

License

BUSL-1.1

Unpacked Size

16.6 MB

Total Files

266

Last publish

Collaborators

  • layerzero-bot