416 B
416 B
u-js-sample
A small Node.js console script project.
Setup
npm ci
Run
npm start -- --name Sergey
or directly with Node:
node src/index.js --name Sergey
Generate a Universa key smoke test:
npm start -- --generate-key
Test a Universa network connection with src/indigo_demo_2025.json:
npm start -- --test-network
Check
npm run check