fyziktom / VirtualEconomyFramework

Framework for economy applications
https://veframework.com/
MIT License
24 stars 7 forks source link

Separate IPFS from NFTHelpers #130

Open fyziktom opened 2 years ago

fyziktom commented 2 years ago

We need to move IPFS functions to the separated driver/helper class. It should be probably interfaced as IFileStorage or something like this. We need to add wrappers for few another functions and consider some system of the cache.

This issue should contain also some cleanup in FileHelpers class.