Skip to content

Abracadabra-money/abracadabra-v2-oft

Repository files navigation

Requirements

  • Bun
  • Foundry (for testing)

Setup

bun install

Compile

bunx hardhat compile

Test

forge test

Deploy

bunx hardhat deploy --network <network-name> --tags <tag>

Deploy for LayerZero

bunx hardhat lz:deploy --tags <deployement-name> --networks <network-name>

Verify

bunx hardhat etherscan-verify --network <network-name>

LayerZero Wiring

bunx hardhat lz:oapp:wire --oapp-config layerzero.config.ts

Bridging example

 bunx hardhat bridge \
  --token SPELL \
  --network ethereum-mainnet \
  --dst-chain arbitrum-mainnet \
  --to 0xfB3485c2e209A5cfBDC1447674256578f1A80eE3 \
  --amount 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published