@layerzerolabs/protocol-starknet-v2
v0.2.22
Published
Starknet implementation of LayerZero protocol v2
Readme
EPv2-Starknet
Local development
asdf - 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
asdf installBuilding
Everything is done from the layerzero directory
Install all dependencies
scarb fetchBuild the project (also install deps)
scarb buildRunning tests
Run all unit tests via
scarb testLinting/formatting
Lint/format all Cairo code via
scarb lint && scarb fmt