ethpm / py-ethpm

This library is deprecated. ethPM python tooling is now located in web3.py
MIT License
24 stars 13 forks source link

Write method to pin files to ipfs via INFURA #78

Closed njgheorghita closed 6 years ago

njgheorghita commented 6 years ago

What was wrong?

Feature to push assets to ipfs needed implementation

How was it fixed?

Added pin_assets as an abstract method on BaseIPFSBackend and implemented it on InfuraIPFSBackend.

pin_assets() takes a path to either a file or directory and pins the assets to ipfs

Cute Animal Picture

image