Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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: