reamde fix

This commit is contained in:
Sergey Chernov 2026-07-04 19:38:57 +03:00
parent 335b521229
commit 391754bcc4

View File

@ -8,24 +8,14 @@ A small Node.js console script project.
npm ci
```
## Run
```sh
npm start -- --name Sergey
```
or directly with Node:
```sh
node src/index.js --name Sergey
```
Generate a Universa key smoke test:
```sh
npm start -- --generate-key
```
Important. ___We miss an actual topology file, so this one is not working yet__.
Test a Universa network connection with `src/indigo_demo_2025.json`:
```sh