Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first steps in using go-libp2p #309

Closed
qballer opened this issue Apr 12, 2018 · 2 comments
Closed

first steps in using go-libp2p #309

qballer opened this issue Apr 12, 2018 · 2 comments

Comments

@qballer
Copy link

qballer commented Apr 12, 2018

Hi,
I'm part of a team trying to implement a consensus algorithm over p2p network (a.k.a cryptocurrency). Initially viewing this project it looked promising but I've dismissed because I got lost in the multi repo structure. Seeing the go-ethereum guys want to move to it I'm assuming that I'm missing something.

  1. Do you have any documentation covering the multi-repo structure?
  2. Can I consume your lib(s), which is build with GX, with my project which is using dep? How to run the examples with dep in separate enviorment
@agahEbrahimi
Copy link

Hey
I initially had the same problem (and still do) but I did find their GoDoc (It's a reference in the readme of the repo)
Here it is: https://godoc.org/?q=libp2p
I hope it helps

@qballer
Copy link
Author

qballer commented Apr 17, 2018

I refactored the chat example to work with dep. Chat can support many parties and it gossips the messages. https://github.com/qballer/libp2p-examples

marten-seemann added a commit that referenced this issue Apr 21, 2022
use the transport.Upgrader interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants