Telescop : your tool to observe IPFS

Hi All,

Since a while i’m works on electron app to help users to manage ipfs ressource : Telescop. My case is simple to help user to store changes in ipfs with a local wysiwyg application. For the moment it’s prototype but you can :

  • Add ressource on IPFS networks.
  • Share current or old version of your ressource on IPFS.
  • See your history.
  • Revert on oldest version.
  • See your peerId (useless :stuck_out_tongue: ).

Actually i have somes bugs (again …) but i’m very intresting by your feedback and your help if you want :slight_smile:

Here is a link to the README of my application or you will be able to find gif of command it works : https://github.com/josselinchevalay/telescope/blob/master/README.md

So my application look like wallet for your IPFS hash (CID) with history and others things.

Star, Fork, comment, issue and help are welcome.

Regards

2 Likes

Check also
https://gitlab.com/siderus/Lumpy

Maybe we can help each other :slight_smile:

1 Like

Sure ! let me know how ^^ ?

1 Like

I have some problems related to the size of the app, and the speed. I would like to build the react components and reduce the size of the actual Electron app.

Here is the board that you can use if you want to contribute as well :slight_smile:
https://gitlab.com/siderus/Lumpy/boards

about that https://gitlab.com/siderus/Lumpy/issues/11 you cannot use js-ipfs on electron-app see that https://github.com/ipfs/notes/issues/256. For i use ipfsd-ctl works fine : https://github.com/josselinchevalay/telescope/blob/master/src/index.js#L48

1 Like