olivier
olivier
Thanks for your answer. I will try to sum up my goal to make it clearer. The purpose of this code is to share and co-edit documents, so I need...
thanks. So, you mean to use [js-libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-webrtc-star) ? According to this page, I will first have a try with this swarm setup, and with my own signaling server afterwards :...
trying to install/run js-libp2p-webrtc-star, as explained on the project page. There is an error during the ` npm install libp2p-webrtc-star` : `error /usr/bin/git ls-remote -h -t ssh://[email protected]/ipfs/webrtcsupport.git` as webrtcsupport is...
and it works ! Thanks. I will PR this demo as soon as I make it run. Btw, my purpose is to have peers (electron app) discovering themselves in a...
Thanks for those relevant information ! If pubsub is planed to have discovery, there will be everything in the box indeed, and creating a specific libp2p protocol sounds really good....
I'm faced to the same error. Trying to understand it, to make my project work. In ethjs-contract (https://github.com/ethjs/ethjs-contract/blob/master/dist/ethjs-contract.js) On line 7398, we have `return abi.decodeEvent(methodObject, logData, filterTopcis);` With filterTopcis defined...
For those who still have the bug after patching files, cleaning npm cache may help : ``` rm -rf node_modules rm package-lock.json npm cache clean --force npm start -- --reset-cache...