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 installEverything is done from the layerzero directory
Install all dependencies
scarb fetchBuild the project (also install deps)
scarb buildRun all unit tests via
scarb testLint/format all Cairo code via
scarb lint && scarb fmt