@kleros/veashi-sdk
v0.0.1
Published
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.
Readme
Overview
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.
Install deps
npm i
cd contracts
forge installFrontend
npm run devBuild
npm run buildOpen http://localhost:3000 with your browser to see the result.
Sync frontend bridge routes
npm run gen:routesPublishing a package
cd contracts
forge compile --via-ir
npm run build:sdk
cd ..
npm publish