univera-js-sample/README.md
2026-07-30 18:46:39 +04:00

20 lines
285 B
Markdown

# u-js-sample
A small Node.js console script project.
## Initialize and test
```sh
npm ci
scripts/test-network.sh
```
The script uses the topology in `src/universa.json` to verify that the Universa
network is reachable and functioning correctly.
## Check
```sh
npm run check
```