From 28851da83c53b13ef58c817412020512a6f70376 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:42:44 +0100 Subject: [PATCH] chore: add link to nohost --- src/_blog/dapps-ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/dapps-ipfs.md b/src/_blog/dapps-ipfs.md index d281e4e9..1f02626a 100644 --- a/src/_blog/dapps-ipfs.md +++ b/src/_blog/dapps-ipfs.md @@ -415,7 +415,7 @@ Check out the [Helia service worker gateway repo](https://github.com/ipfs-shipya ### Local app installer -The local app installer approach was recently laid out in a [blog post](https://www.liquity.org//blog/decentralizing-defi-frontends-protecting-users-and-protocol-authors) by the Liquity team. The idea is that you have a static web app that serves as a local installer which facilitates the fetching and verifying of dapps directly in the browser. The local app installer consists of PWA and utilizes a service worker with the ENS client library and Helia to resolve ENS names, download and verify dapps and cache them locally. +The local app installer approach was recently laid out in a [blog post](https://www.liquity.org//blog/decentralizing-defi-frontends-protecting-users-and-protocol-authors) by the Liquity team. The idea is that you have a static web app that serves as a local installer which facilitates the fetching and verifying of dapps directly in the browser. The [local app installer](https://github.com/edmulraney/nohost) consists of PWA and utilizes a service worker with the ENS client library and Helia to resolve ENS names, download and verify dapps and cache them locally. The local app installer is developed in the [nohost](https://github.com/edmulraney/nohost) repository. ![Local-app-installer](../assets/dapps-ipfs/local-installer.png)