/// Developer
Build omnichain
in 4 minutes
OFT standard. Burn-and-mint. No wrapped tokens. Deploy on 160+ chains from a single contract.
Docs GitHub
[01] Quickstart
$ npx create-lz-oapp@latest

// Deploy OFT
import { OFT } from "@layerzerolabs/oft-evm";

// Configure DVN security
setConfig({
  requiredDVNs: ["google", "polyhedra"],
  optionalDVNs: 3,
  threshold: 1
});