However there is absoulutely no Hello, world-template; no examples - nothing. I can’t find any documentation, other than the inline-generated docs. This documentation is a bit far from the official go, rust, javascript, so I can’t do a “translation”.
The project seems dead, when you look at the github repo, but the helium miner seems alive.
Has anyone got any info or example code to show, that uses libp2p? Is you have written some pubsub that would be the best.
At this time anything, literally anything related is appreciated.
The project is indeed effectively dead, as are miner and blockchain-core which depend on it. Helium’s architecture has taken a new direction and there’s no longer a need for any of these. Historically, the project’s goal was not libp2p per se and the erlang-libp2p library was just a component whose source was made available - someone may or may not find it useful.
Other than tests there’re really no quick examples which were meant to be useful as such. Reading the diagrams in /doc, the test suite as well as miner and core repos may be helpful, but personally I wouldn’t bother unless I intended to fork and maintain the repo.