20 lines
285 B
Markdown
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
|
|
```
|