You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Do you have any documentation covering the multi-repo structure?
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
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: