ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

refactor: use ipld-in-memory module #17

Closed alanshaw closed 5 years ago

alanshaw commented 5 years ago

The inMemory util is going away to remove dependence on IPFS. This PR switches to using the ipld-in-memory module which does the same thing.