ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Implement IPFS storage integration #3

Closed gnidan closed 5 years ago

gnidan commented 5 years ago

In module "ethpm/storage/ipfs".

This requires conforming to the storage.Service defined in src/storage/service.

A stub storage service may be found for comparison in test/stub/storage

gnidan commented 5 years ago

This is implemented!