fission-codes / ipfs-haskell

IPFS wrapper for Haskell
https://hackage.haskell.org/package/ipfs
Apache License 2.0
43 stars 5 forks source link

CID Param should take a CID #19

Open expede opened 4 years ago

expede commented 4 years ago

https://github.com/fission-suite/ipfs-haskell/blob/cb82d52f73514e20444c031c090c258af231e5c3/library/Network/IPFS/Client/Param.hs#L9

tysonzero commented 4 years ago

Speaking of which, there is a working ipld-cid library on hackage. It would be cool if the CID type from that library could be re-used.

expede commented 3 years ago

@walkah this also may be a good one for you to get your feet wet with