mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-04 23:33:48 +00:00
Merge pull request #324 from logos-blockchain/moudyellaz-program-deployment-readme
Update README.md
This commit is contained in:
commit
84c23e8680
@ -3,7 +3,7 @@
|
|||||||
This guide walks you through running the sequencer, compiling example programs, deploying a Hello World program, and interacting with accounts.
|
This guide walks you through running the sequencer, compiling example programs, deploying a Hello World program, and interacting with accounts.
|
||||||
|
|
||||||
You'll find:
|
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`.
|
- Runners: scripts to create and submit transactions to invoke these programs publicly and privately under `src/bin`.
|
||||||
|
|
||||||
# 0. Install the wallet
|
# 0. Install the wallet
|
||||||
@ -13,16 +13,7 @@ cargo install --path wallet --force
|
|||||||
```
|
```
|
||||||
|
|
||||||
# 1. Run the sequencer
|
# 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).
|
||||||
```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.
|
|
||||||
|
|
||||||
|
|
||||||
## Checking and setting up the wallet
|
## Checking and setting up the wallet
|
||||||
For sanity let's check that the wallet can connect to it.
|
For sanity let's check that the wallet can connect to it.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user