Skip to content
Open
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
10 changes: 10 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,18 @@
## Intermediate

* [Using eth.limo with IPFS (Kubo)](intermediate/using-eth.limo-with-ipfs-kubo.md)
* [Running Your Own IPFS Node and IPNS Publishing](intermediate/running-your-own-ipfs-node.md)

***

* [.ART Resolution](.art-resolution.md)
* [.gno Resolution](./gnosis/gateway.md)

## Advanced

* [Advanced dWebsite Topics](advanced/README.md)
* [ENS Subdomains and CCIP](advanced/ens-subdomains-ccip.md)
* [Registry vs Resolver](advanced/registry-vs-resolver.md)
* [Record Types](advanced/record-types.md)
* [Alternatives to IPFS](advanced/alternatives-to-ipfs.md)
* [Arweave and ArNS](advanced/arweave-arns.md)
35 changes: 35 additions & 0 deletions advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Advanced dWebsite Topics

This section covers advanced concepts and techniques for building sophisticated dWebsites and managing complex ENS configurations.

## ⚠️ Technical Review Required

**Important:** The code examples and technical implementation details in this section should be verified with current versions of the respective technologies. While the conceptual framework and workflows are accurate, specific commands, API calls, and configuration details may need updates based on:

- Current IPFS/IPNS versions
- Latest ENS contract addresses
- Updated Arweave SDK
- Current library versions (ethers.js, etc.)

**Recommendation:** Test all code examples in your development environment and verify with official documentation before production use.

## Topics Covered

- [ENS Subdomains and CCIP](ens-subdomains-ccip.md) - Wildcard resolvers and cross-chain interoperability
- [Registry vs Resolver](registry-vs-resolver.md) - Understanding ENS architecture components
- [Record Types](record-types.md) - Contenthash, TXT records, and multiformats
- [Alternatives to IPFS](alternatives-to-ipfs.md) - Other decentralized storage solutions
- [Arweave and ArNS](arweave-arns.md) - Permanent storage and naming system

## Prerequisites

Before diving into these advanced topics, ensure you have:

- Completed the [Beginner](../beginner/) and [Intermediate](../intermediate/) sections
- Basic understanding of blockchain concepts
- Familiarity with ENS and IPFS fundamentals
- Experience with command-line tools

## Getting Started

Each topic in this section builds upon the previous knowledge and introduces new concepts for advanced dWebsite development. Start with the topic that most interests you or follow the recommended order above.
Loading