Closed yusefnapora closed 7 years ago
This adds the /net/lookup/:peerId endpoint to RestClient and a lookupPeer cli command that uses it.
/net/lookup/:peerId
RestClient
lookupPeer
Depends on https://github.com/mediachain/concat/pull/90
:+1:
Should we massage the output of the lookupPeers command to append /p2p/<peerId>? That would make them easily copy / pastable into the aleph repl flags or config file.
/p2p/<peerId>
perhaps with a flag?
This adds the
/net/lookup/:peerId
endpoint toRestClient
and alookupPeer
cli command that uses it.Depends on https://github.com/mediachain/concat/pull/90