univera-js-sample/README.md

447 B

u-js-sample

A small Node.js console script project.

Setup

npm ci

Generate a Universa key smoke test:

npm start -- --generate-key

Test the Universa network with the topology in src/universa.json:

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.

Check

npm run check