diff --git a/README.md b/README.md index d2963ef..5d5da61 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,6 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - 2019-08-14: [Managing storage in a Java application with IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926) - 2019-07-22: [10+ Resources Every IPFS Developer Should Know About](https://medium.com/@vaibhavsaini_67863/10-resources-to-get-started-with-ipfs-5f429dc8a841) - 2019-05-12: [The Complete Beginner's Guide to Deploying Your First Static Website to IPFS](https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po) -- [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) - 2019-03-10: [The Case for a Decentralized Social Network](https://medium.com/npfoss/the-case-for-a-decentralized-social-network-2683b727abf5) - 2019-01-30: [Ultimate Guide to Filecoin Breaking Down Filecoin Whitepaper & Economics](https://medium.com/swlh/ultimate-guide-to-filecoin-breaking-down-filecoin-whitepaper-economics-9212541a5895) - 2018-08-06: [Content Identifiers in IPFS](https://pascalprecht.github.io/posts/content-identifiers-in-ipfs/) @@ -131,6 +130,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - 2015-09-13: [Introduction to IPFS](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example) - 2015-09-10: [First Steps Toward Implementing Distributed Permanent Web With IPFS](https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/) - 2015-09-08: [HTTP is obsolete. It's time for the distributed, permanent web](https://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1/its-time-for-the-permanent-web.html) +- [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) ## Datasets @@ -157,10 +157,12 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Boom.FYI](https://www.boom.fyi) - An IPFS link shortening and access control service. - [Eternum](https://www.eternum.io/) - Paid pinning service with an easy-to-use API. +- [NodeFort.io](https://www.nodefort.io) - Web-based IPFS node hosting service. - [Peergos](https://peergos.org) - Your private, but social, space online. Store and edit documents and media. Share files or folders with friends. [Source](https://github.com/Peergos/Peergos) - [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. - [Robonomics Network](https://robonomics.network/en/) - Ethereum network infrastructure for cyber-physical systems' integration into Smart Cities and Industry 4.0 - [Temporal](https://temporal.cloud) - Scalable IPFS Infrastructure with free starter package featuring turnkey APIs, toolkits and storage. +- [Unstoppable Domains](https://unstoppabledomains.com) - Domains on blockchains ## Tools diff --git a/data/apps.yaml b/data/apps.yaml index d8f0048..bee1388 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -372,4 +372,4 @@ content: - title: IPFS with TiddlyWiki source: https://github.com/xmaysonnave/tiddlywiki-ipfs description: > - IPFS with TiddyWiki is a TiddlyWiki plugin who aims to help developers, editors or users to save their wikis and attachments over IPFS. \ No newline at end of file + IPFS with TiddyWiki is a TiddlyWiki plugin who aims to help developers, editors or users to save their wikis and attachments over IPFS. diff --git a/data/services.yaml b/data/services.yaml index 2ed8e0e..0ae9dde 100644 --- a/data/services.yaml +++ b/data/services.yaml @@ -35,3 +35,8 @@ content: website: https://temporal.cloud picture: /images/temporal.png description: Scalable IPFS Infrastructure with free starter package featuring turnkey APIs, toolkits and storage. + - title: Unstoppable Domains + website: https://unstoppabledomains.com + picture: /images/unstoppable-domains-app.png + description: > + Domains on blockchains diff --git a/src/static/images/unstoppable-domains-app.png b/src/static/images/unstoppable-domains-app.png new file mode 100644 index 0000000..44af7cc Binary files /dev/null and b/src/static/images/unstoppable-domains-app.png differ