docs

Plug-and-Play Documentation

docs.sh — Copy-paste snippets
[ _ ][ 🗗 ][ X ]

Your GitHub repository is your most important DevRel blog. Tested configs, copy-paste ready.

--tool@LayerZero Cardano Endpoint

Deploy OFTs spanning over 150+ chains to Cardano easily. Before: Massive bridge rewrites for UTXO models. After: Unified LayerZero endpoint deployed matching typical EVM signatures.

install
npx hardhat lz:oapp:wire
typescript
import { defineConfig } from "@layerzerolabs/devtools-evm-hardhat";

export default defineConfig({
  contracts: [{ contract: "MyOApp", config: { eid: 30101 } }],
  connections: [ { from: { contract: "MyOApp", eid: 30101 }, to: { contract: "MyOApp", eid: 30199 } } ],
});