jorishermans / typescript-libp2p-ping

Typescript libp2p ping example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A libp2p example in typescript

To start this project do:

yarn start:dev or npm start:dev

or build it and then do node .

yarn build or npm build

execute it

First one node:

node .

The other node you need to grab the /ip4/... address

node . /ip4/...

Look at the tutorial of libp2p ping https://docs.libp2p.io/tutorials/getting-started/javascript/

About

Typescript libp2p ping example application


Languages

Language:TypeScript 100.0%