-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import { WIP } from '@/components/wip/WIP'; | ||
|
||
{/* * @type {import('@/lib/mdxPageProps').MdxMetaProps} */} | ||
export const meta = { | ||
description: '', | ||
emoji: '🔍', | ||
contributors: [ | ||
'lucemans' | ||
] | ||
}; | ||
|
||
# Hosting a Decentralized Website | ||
|
||
<WIP /> | ||
|
||
Lorem ipsum dolor set amet. | ||
|
||
## ContentHash {{ title: 'the \'contenthash\' field' }} | ||
|
||
The ContentHash is a very popular component of an ENS name. | ||
It can be queried by hitting the [contenthash(bytes32)](/resolvers/interfaces#0xbc1c58d1) function on a name's resolver. | ||
You can also [set the contenthash on a name](/resolvers/interfaces#0x304e6ade) if the resolver supports it. | ||
|
||
## Hosting & Pinning {{id: 'hosting'}} | ||
|
||
Lorem ipsum dolor set amet. | ||
|
||
- IPFS / Filecoin | ||
- Swarm | ||
- Arweave | ||
|
||
- Fleek | ||
|
||
## Setting your ContentHash | ||
|
||
If you are using the public resolver (the default for names registered using the ENS Manager App), you can set the contenthash directly from within the ENS Manager App. | ||
|
||
### Alternative Methods | ||
|
||
Not every name uses the public resolver. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters