ClarityCafe / Aya

your globally distributed waifu storage
https://aya.claritycafe.now.sh
MIT License
38 stars 9 forks source link

Use IPFS directly #15

Closed sr229 closed 4 years ago

sr229 commented 4 years ago

I think adding even more complexity to the stack that I introduced in #1 would make it unmaintainable and unusable. I figured out its possible to just use IPFS as-is, so we're getting rid of the Ethereum Backend.

DonaldTsang commented 4 years ago

What is the Ethereum backend originally for?

sr229 commented 4 years ago

It was used to store IPFS hashes but we figured to use a classic DB for this instead. I would revisit this in the near future.

sr229 commented 4 years ago

We're now using IPFS directly so this could be marked done :3c