Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions public/content/developers/docs/storage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ Proof-of-stake based:
- [Documentation](https://docs.spheron.network/)
- [GitHub](https://github.com/spheronFdn)

**dweb3 - _Resolver for decentralized webpages, similar to eth.limo, supporting all types and not limited to ENS and IPFS._**

- [dweb3.wtf](https://dweb3.wtf)

**web3compass - _Search engine for IPFS + ENS backed decentralized websites._**

- [web3compass.net](https://www.web3compass.net/)
- [Documentation](https://www.web3compass.net/statistics)

## Further reading {#further-reading}

- [What Is Decentralized Storage?](https://coinmarketcap.com/academy/article/what-is-decentralized-storage-a-deep-dive-by-filecoin) - _CoinMarketCap_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ You cannot reliably delete IPFS files, so as long as you're modifying your user

Additionally, some packages have a problem with IPFS, so if your web site is very complicated that may not be a good solution. And of course, anything that relies on server integration cannot be decentralized just by having the client side on IPFS.

## Discoverability via ENS {#discoverability}

If you point an ENS name (like vitalik.eth) to your website, it will be considered a fully decentralized webpage and will be automatically pinned by the [dweb3.wtf](https://dweb3.wtf) service, as well as made searchable through the [web3compass.net](https://web3compass.net) search engine, much like DuckDuckGo, Brave Search or Google does for the traditional web.

## Conclusion {#conclusion}

Just as Ethereum lets you decentralize the database and business logic aspects of your dapp, IPFS lets you decentralize the user interface. This lets you shut off one more attack vector against your dapp.
Expand Down
Loading