Deploying a DAPP’s frontend using #ipfs and Pinata SDK
▻https://hackernoon.com/deploying-a-dapps-frontend-using-ipfs-and-pinata-sdk-b0f975381b32?source
This article will walk you through deploying your first DAPP, or more specifically it’s frontend part, through IPFS with help of Pinata — the IPFS pinning service.What are we building?By the end of this article, you’ll be able to take your single-page frontend app, and host it within the Inter Planetary File System (IPFS) network.What is Pinata used for?In our scenario, we’ll use Pinata, to keep our files alive (pinned) in IPFS. Our setup features a short-lived IPFS node, that is online only for a short period of time — until our deployment is finished — by successfully pinning our files with Pinata.Pinata offers a free tier up to 1GB of pinned dataWhich frontend frameworks can we use?In theory, any. As long as they provide a static file output like Angular, React or Vue does, most likely through (...)