hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

Implement describe command #51

Closed nionis closed 3 years ago

nionis commented 4 years ago

Displays hopr-core, hopr-chat, hopr-* versions, along with other data unique to the active connector.

0xjjpa commented 4 years ago

I ended up copying the package.json of the hopr-chat into the lib folder and requiring it on runtime, logging its contents on start. Check the changes here, which are part of the NAT traversal PR.