Skip to content

Commit

Permalink
Add GoDaddy article (#59)
Browse files Browse the repository at this point in the history
* Add GoDaddy article

* Sanity fix

* Linting fix
  • Loading branch information
gskril authored Feb 5, 2024
1 parent 869e580 commit bde2d60
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
5 changes: 1 addition & 4 deletions blog/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
data-domain="blog.ens.domains"
src="https://plausible.io/js/script.js"
></script>
<script
defer
src="https://v3x.report/please.js"
></script>
<script defer src="https://v3x.report/please.js"></script>
</body>
</html>
);
Expand Down
Binary file added content/015_godaddy_partnership/01.webp
Binary file not shown.
Binary file added content/015_godaddy_partnership/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/015_godaddy_partnership/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"slug": "godaddy-partners-with-ens",
"title": "Announcing Free DNS Domain Usage in ENS with GoDaddy",
"description": "We're partnering with GoDaddy to make it easier for people to use their exisitng domains in web3.",
"date": "2024-02-05",
"tags": [],
"authors": ["gregskril.eth"]
}
23 changes: 23 additions & 0 deletions content/015_godaddy_partnership/readme.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
We've partnered with GoDaddy to make it easier for their customers to use DNS domains in the ENS ecosystem.

As the world's largest domain registrar, GoDaddy constantly seeks innovative ways to enhance its services. Today that means bringing the power of web3 to their millions of customers, and we're thrilled to be a part of it.

## How It Works

To ensure a streamlined experience for its users, GoDaddy has added a new section within its domain management interface. Here, customers can easily associate an Ethereum address with their domain names, allowing seamless integration with hundreds of applications across the web3 ecosystem. The process is simple and user-friendly, requiring no additional costs or technical expertise.

![](./01.webp)

Once it is configured, the domain name can be used in place of an Ethereum address in a range of web3 applications including wallets, block explorers, NFT marketplaces, etc.

## History

ENS has always been complementary to existing internet infrastructure. For years, DNS names could be imported into ENS, but incurred hefty transaction fees.

On January 29 with [ENS DAO's approval of EP5.1](https://www.tally.xyz/gov/ens/proposal/4208408830555077285685632645423534041634535116286721240943655761928631543220), we [launched Gasless DNSSEC](/post/gasless-dnssec), a new feature that allows DNS domains to be used in ENS without incurring any transaction fees. GoDaddy is the first registrar to integrate with this new feature.

## Conclusion

For ENS to succeed, it must integrate with existing infrastructure. Today's announcement aims to be a step in that direction.

This partnership between GoDaddy and ENS marks a significant milestone in the domain name industry and we're excited to continue pushing forward.

0 comments on commit bde2d60

Please sign in to comment.