Adding write capabilities to IPFSSPec

Hi all,

We from algovera are working on adding additional functionality to IPFSspec.

Currently, the work can be found here. This colab shows the different functionalities in action. Currently, we have only added the sync methods. We will be working on async going forward.

What we have added

  • cat - returns a file r directory
  • get - downloads a directory (get_file not implemented as with a file CID you wont know the type of file hence not sure how to save)
  • put_file - write a file to IPFS
  • put - write a directory to IPFS

We have also added support for both local and infura nodes.

Please let us know ur comments and if there are any issues with the implementation.

Thanks.

2 Likes