This repository holds smart contracts, ABI's and addresses for bridging with Hashi and three bridges: CCIP, VEA, LayerZero. It also holds UI to interact with these deployed bridges through a lighbulb pair contract.
npm i
cd contracts
forge installnpm run devBuild
npm run buildOpen http://localhost:3000 with your browser to see the result.
npm run gen:routescd contracts
forge compile --via-ir
npm run build:sdk
cd ..
npm publish