mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-04-02 20:23:17 +00:00
Update README.md
This commit is contained in:
parent
6842c087eb
commit
15d2e1bc9a
@ -1,4 +1,4 @@
|
||||
# Logos Execution Zone Wallet Module
|
||||
# Logos Blockchain Module
|
||||
|
||||
### Setup
|
||||
|
||||
@ -7,3 +7,10 @@
|
||||
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 update` to bring all nix context and packages
|
||||
* Use `nix build` to build the package
|
||||
* Use `nix run` to launch the module-viewer and check your module loads properly
|
||||
* Use `nix develop` to setup your IDE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user