mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-02-11 20:13:07 +00:00
Logos Blockchain Module
Setup
IDE
If you're using an IDE with CMake integration make sure it points to the same cmake directory as the justfile, which defaults to build.
This will reduce friction when working on the project.
Nix
- Use
nix flake updateto bring all nix context and packages - Use
nix buildto build the package - Use
nix runto launch the module-viewer and check your module loads properly - Use
nix developto setup your IDE
Description
Languages
C++
51.2%
CMake
29%
Nix
17.4%
Just
2.4%