Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 634 Bytes

File metadata and controls

41 lines (26 loc) · 634 Bytes

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 install

Building

Everything is done from the layerzero directory

Install all dependencies

scarb fetch

Build the project (also install deps)

scarb build

Running tests

Run all unit tests via

scarb test

Linting/formatting

Lint/format all Cairo code via

scarb lint && scarb fmt