From 15d2e1bc9adc1685770e00085584c61c30fc5847 Mon Sep 17 00:00:00 2001 From: danielSanchezQ <3danimanimal@gmail.com> Date: Wed, 11 Feb 2026 13:46:27 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 719b187..edb9259 100644 --- a/README.md +++ b/README.md @@ -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