2026-07-04 19:38:57 +03:00

30 lines
385 B
Markdown

# u-js-sample
A small Node.js console script project.
## Setup
```sh
npm ci
```
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
npm start -- --test-network
```
## Check
```sh
npm run check
```