-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create .gitignore * Clean up build process * Add content * Update * Fix * Update copy
- Loading branch information
Showing
6 changed files
with
70 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.DS_Store |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 @@ | ||
{ | ||
"slug": "ens-picks-linea", | ||
"title": "ENS Picks Linea for Layer 2 Rollout", | ||
"description": "ENS Labs has entered into a joint engineering partnership with the incredible team at Linea to build Namechain!", | ||
"date": "2024-12-17", | ||
"tags": [], | ||
"authors": ["enslabs.eth"] | ||
} |
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,30 @@ | ||
The Ethereum Name Service (ENS) was designed to not only improve the UX of blockchains - but make a new, more intuitive internet. In the spirit of that mission, we are thrilled to announce that we have entered into a joint engineering partnership with the incredible team at Linea to build Namechain! | ||
|
||
## Why Linea? | ||
|
||
The selection of Linea as the foundation for Namechain emerged from a comprehensive technical and strategic evaluation conducted by the ENS Labs team, which you can read about [here](https://blog.ens.domains/post/ensv2-update). Two key architectural decisions immediately stood out about Linea: | ||
|
||
- Being a [Type 2 zkEVM](https://vitalik.eth.limo/general/2022/08/04/zkevm.html#type-2-fully-evm-equivalent), Linea achieves bytecode compatibility with Ethereum, ensuring that existing smart contract code and tooling can be used without modification. | ||
- Linea's high-performance prover, alongside the configurability of its rollup parameters, enables fast state confirmation essential for reliable name resolution. | ||
|
||
The benefits of Linea's properties also extends to broader ecosystem compatibility. Many Ethereum execution clients - including Besu, Geth, Erigon, and Nethermind - can sync directly to chains built on the Linea stack, providing the same client diversity that secures Ethereum mainnet. This multi-client approach, combined with rapid finality guarantees, creates a robust and resilient infrastructure that is perfectly suited for the needs of ENS. | ||
|
||
### Proven Integration History | ||
|
||
In addition to Linea's standalone strong technical foundation, we at ENS Labs also share an excellent history of collaboration with their team. They were the first L2 team to build a trust-minimized implementation of [CCIP-Read (ERC-3668)](https://eips.ethereum.org/EIPS/eip-3668), enabling decentralized cross-chain name resolution for over 530,000 [linea.eth subnames](https://names.linea.build/). This integration validated ENS technology on L2 and further demonstrated Linea's capability to support ENS's specific technical requirements. | ||
|
||
## Why Namechain Matters | ||
|
||
As ENS has evolved, its role has expanded beyond simple address resolution. The protocol now serves as foundational infrastructure for decentralized identity and naming across the web3 ecosystem, supporting diverse use cases including permissionless user profiles, decentralized website hosting, and interoperability with traditional DNS systems. This expansion, while validating the core value proposition of ENS, has also highlighted the need for enhanced scalability and improved performance characteristics. | ||
|
||
Namechain represents a strategic response to these emerging requirements. By implementing ENS functionality on an L2 network, we can address several challenges: | ||
|
||
1. **Transaction Throughput**: L2 scaling enables significantly higher registration and renewal volumes, in addition to significantly increased performance for ecosystem applications. | ||
2. **Cost Efficiency**: Transactions on L2 networks have dramatically reduced transaction fees, making ENS services more accessible to a broader user base. | ||
3. **Extensibility**: L2s make exploring advanced naming features and complex resolution logic more practical. | ||
|
||
## Building the Future Together | ||
|
||
This partnership will combine Linea's advanced zkEVM architecture with ENS's upcoming ENSv2 protocol to create robust, scalable infrastructure for the decentralized identity system. Our joint development roadmap will focus on protocol enhancements for ENS and Linea, in addition to the broader mission of serving L2s and their users. This technical foundation will enable innovative applications in cross-chain name resolution, decentralized hosting, and identity verification. | ||
|
||
As we progress through our development milestones, we invite the broader technical community to participate in shaping this evolution through open-source contributions and protocol feedback. |