From fddfeb211b81cc3dc28addd34840d1020b70966e Mon Sep 17 00:00:00 2001 From: "P.A.O" <98721968+alexbakers@users.noreply.github.com> Date: Wed, 5 Oct 2022 02:11:21 +0300 Subject: [PATCH] Add create-ipfs-app (#424) * Add create-ipfs-app * Add create-ipfs-app * Rebuild Co-authored-by: GitHub Action --- README.md | 1 + data/tools.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f5d9c5f..93a897d 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Blockwatch](https://ipfs.io/ipfs/QmdikpwcyeBuGaVzWzSzPuqvBfTGD8jPAVydcCjYHsBUxo/index.html) - Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. [Source](https://github.com/MidnightLightning/ethereum-blockwatch) - [Bubble IPFS From URL Plugin](https://bubble.io/plugin/ipfs-add-from-uri-1616424944051x638386852081172500) - Bubble (no code platform) plugin for IPFS From URL integration - [cachewarmer](https://github.com/BrendanBenshoof/cachewarmer) - Donate ipfs gateways to cache other people's content +- [create-ipfs-app](https://github.com/alexbakers/create-ipfs-app) - Set up a decentralized web3 app by running one command. - [galacteek](https://galacteek.github.io) - A multi-platform Qt5-based browser for the distributed web [Source](https://github.com/pinnaculum/galacteek) - [gatsby-plugin-ipfs](https://github.com/moxystudio/gatsby-plugin-ipfs) - Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative. - [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS diff --git a/data/tools.yaml b/data/tools.yaml index 7eaa61b..d94fa31 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -23,6 +23,9 @@ content: - title: cachewarmer source: https://github.com/BrendanBenshoof/cachewarmer description: Donate ipfs gateways to cache other people's content +- title: create-ipfs-app + source: https://github.com/alexbakers/create-ipfs-app + description: Set up a decentralized web3 app by running one command. - title: gatsby-plugin-ipfs source: https://github.com/moxystudio/gatsby-plugin-ipfs description: Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative.