Turn IPFS(File System) into new IPFS(Function as a Service) by adding some TEA.

Kevin Zhang — the Sweeping Monk
11 min readNov 16, 2020

Unlimited reading link for this article Teaproject.org

IPFS is awesome! It allows you to store your code or data in the middle of nowhere. When you need them, you can get it from somewhere you do not really care about. You can verify the hash to make sure this is exactly what you request. How cool is that!

However, it is just a File System so far. If you need to run your code, you probably have to load the code from IPFS to some centralized cloud services (Amazon, Google…

--

--