From b509817038cebcb028a1ca4f37f3837223b63a53 Mon Sep 17 00:00:00 2001 From: Moudy Date: Wed, 4 Feb 2026 12:58:02 +0100 Subject: [PATCH 1/2] Update README.md just removed the sequencer part as it has changed and replaces NSSA. I think this should be polished and moved under tutorials --- examples/program_deployment/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/examples/program_deployment/README.md b/examples/program_deployment/README.md index b0d59151..40eb629e 100644 --- a/examples/program_deployment/README.md +++ b/examples/program_deployment/README.md @@ -3,7 +3,7 @@ This guide walks you through running the sequencer, compiling example programs, deploying a Hello World program, and interacting with accounts. You'll find: -- Programs: example NSSA programs under `methods/guest/src/bin`. +- Programs: example LEZ programs under `methods/guest/src/bin`. - Runners: scripts to create and submit transactions to invoke these programs publicly and privately under `src/bin`. # 0. Install the wallet @@ -13,16 +13,7 @@ cargo install --path wallet --force ``` # 1. Run the sequencer -From the project’s root directory, start the sequencer: -```bash -cd sequencer_runner -RUST_LOG=info cargo run $(pwd)/configs/debug -``` -Keep this terminal open. We’ll use it only to observe the node logs. - -> [!NOTE] -> If you have already ran this before you'll see a `rocksdb` directory with stored blocks. Be sure to remove that directory to follow this tutorial. - +From the project’s root directory, start the sequencer. ## Checking and setting up the wallet For sanity let's check that the wallet can connect to it. From 3b6446ff8622d701dd28f581ef0d9e5772a8d268 Mon Sep 17 00:00:00 2001 From: Moudy Date: Thu, 5 Feb 2026 15:37:39 +0100 Subject: [PATCH 2/2] added instrc for sequencer --- examples/program_deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/program_deployment/README.md b/examples/program_deployment/README.md index 40eb629e..8a5eb328 100644 --- a/examples/program_deployment/README.md +++ b/examples/program_deployment/README.md @@ -13,7 +13,7 @@ cargo install --path wallet --force ``` # 1. Run the sequencer -From the project’s root directory, start the sequencer. +From the project’s root directory, start the sequencer by following [these instructions](https://github.com/logos-blockchain/lssa#run-the-sequencer-and-node). ## Checking and setting up the wallet For sanity let's check that the wallet can connect to it.