Starknet implementation of LayerZero protocol v2
npm install @layerzerolabs/protocol-starknet-v2asdf - the multiple runtime version manager - is used to manage and install all your runtime versions. Based on .tool-versions you can fetch all the dependencies required via
``sh`
asdf install
Everything is done from the layerzero directory
Install all dependencies
`sh`
scarb fetch
Build the project (also install deps)
`sh`
scarb build
Run all unit tests via
`sh`
scarb test
Lint/format all Cairo code via
`sh``
scarb lint && scarb fmt