Files
Nico Krause e18a6de9c0 Remove @libp2p/kad-dht dependency (#338)
Removed the dependency on @libp2p/kad-dht since obviously not in use.
2026-02-27 20:15:07 +05:30
..
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: