From 170ce43992a395582613cc0c233e9965d9cd23ea Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 30 Jul 2026 18:46:39 +0400 Subject: [PATCH] readme fix --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d943ef1..861add1 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,15 @@ A small Node.js console script project. -## Setup +## Initialize and test ```sh npm ci +scripts/test-network.sh ``` -Generate a Universa key smoke test: - -```sh -npm start -- --generate-key -``` - -Test the Universa network with the topology in `src/universa.json`: - -```sh -npm run test:network -``` - -The test verifies each node's signed topology, opens an authenticated session, -and requires a Universa `sping`/`spong` response from a network quorum. +The script uses the topology in `src/universa.json` to verify that the Universa +network is reachable and functioning correctly. ## Check