Files
Alex Potsides 0254d9602a fix: pin react-curse to 1.0.15 (#311)
Somewhere between 1.0.15 and 1.0.22 react-curse broke the UI. There's
[no convenient overview](https://github.com/infely/react-curse/issues/100)
of changes so just pin it to the last working version while investigation
is ongoing.
2025-09-11 15:52:20 +03:00
..
2025-04-22 13:31:44 +01:00
2025-04-22 13:31:44 +01:00
2025-04-22 13:31:44 +01:00
2025-04-22 13:31:44 +01:00

Node.js peer

This is a JavaScript peer for the Universal Connectivity app implemented as a command line app using a Terminal User Interface aimed at Node.js.

The TUI is implemented using react-curse, a JavaScript so should be familiar to anyone who has used React before.

Getting Started

To start the app run:

npm start
# or
yarn start
# or
pnpm start

You should see a terminal user interface similar to this:

Node.js peer terminal user interface

Use CTRL-C to exit the app.

Hacking

You can start editing the app by modifying ./App.tsx and restarting the app.

The libp2p configuration can be found in ./lib/libp2p.ts.

Learn More

To learn more about libp2p, take a look at the following resources: