Let’s Build an Encrypted Image Uploader with IPFS, Lit Protocol, and Web3Auth

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    We will use React and TypeScript to build the application and a few services that facilitate the more complex part of the architecture.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • web3.storage

    DEPRECATED ⁂ The simple file storage service for IPFS & Filecoin

    The last service we use is the one we know from the previous article, Web3Storage. It allows us to upload our encrypted files to the Filecoin network to access them via IPFS. The cool thing about this service: the accounts are user-owned and not app owned. While Web3Storage allows app-owned accounts, meaning the files will be managed by the app's creator, it also allows user-owned accounts that require the users to manage their uploads. It comes with a generous free tier, so the users can start uploading without paying anything.

  • React

    The library for web and native user interfaces.

    We will use React and TypeScript to build the application and a few services that facilitate the more complex part of the architecture.

  • create-react-app

    Set up a modern web app by running one command.

    First, we need to set up our project with create-react-app. Run the following command:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Form Validation in Remix with Zod 🔐

    2 projects | dev.to | 9 Jan 2025
  • 停滞不前 - FAV0周刊#023

    12 projects | dev.to | 1 Dec 2024
  • Microfrontends a Developer's Guide: Exploring Projects and Managing Communication

    11 projects | dev.to | 18 Nov 2024
  • Building an AI Sticker Maker Platform with AI/ML API, Next.js, React, and Tailwind CSS using OpenAI GPT-4o and DALL·E 3 Models.

    3 projects | dev.to | 26 Oct 2024
  • Tudo que Estudar, para se tornar uma Engenheira(o) de Software.

    18 projects | dev.to | 18 Sep 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?