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

Upgrade hopr-chat binary to allow start alice/bob from one node to improve quickstart experience #194

Closed 0xjjpa closed 4 years ago

0xjjpa commented 4 years ago

Right now, to run the full quickstart demo you need another node up and running to talk and reach. Since we don't have an easy way to pipe out the chat of the bootstrap node, we need to upgrade the binary to allow users to run two nodes locally to talk to each other.

0xjjpa commented 4 years ago

Although the initial idea for this one was good, we opted instead for having the chatbot (see https://github.com/hoprnet/hopr-chatbot), which allows users to check whether they are connected. Our work will focus then more on having users try to talk to the chatbot rather than trying to talk to themselves. Closing this for now.