Skip to content

Commit e6bde41

Browse files
committed
chore: update welcome page
1 parent 39453cb commit e6bde41

9 files changed

Lines changed: 23 additions & 21 deletions

File tree

sites/ef/docs/interop/chain-specific-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ To bring these standards to life we collaborated with Unruggable on an [onchain
3333

3434
We also developed a dedicated typescript package for easy integration of interoperable addresses, `@wonderland/interop-addresses`
3535

36-
> 📌 To learn more, feel free to check our [documentation](https://docs.interop.wonderland.xyz/addresses), explore the [landing page](https://interopaddress.com/) and interact with the [demo app](https://interop.wonderland.xyz/addresses).
36+
> 📌 To learn more, feel free to check our [documentation](https://docs.interop.wonderland.xyz/addresses), explore the [landing page](https://interopaddress.com/) and interact with the [demo app](https://interop.wonderland.xyz/addresses).

sites/ef/docs/interop/cross-chain-token-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Finally, although custom verification mechanisms offer benefits, default configu
9999
- [Axelar Latency](https://docs.axelar.dev/learn/txduration/)
100100
- [Wormhole Consistency Levels](https://wormhole.com/docs/products/reference/consistency-levels/)
101101
- [LayerZero Scan](https://layerzeroscan.com/)
102-
- [Chainlink CCIP Directory](https://docs.chain.link/ccip/directory/mainnet)
102+
- [Chainlink CCIP Directory](https://docs.chain.link/ccip/directory/mainnet)

sites/ef/docs/interop/deep-dives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ By the end of these deep dives, you should be able to answer:
66

77
- Why did [`ERC-5792`](https://eips.ethereum.org/EIPS/eip-5792) see almost no adoption despite solving a real problem?
88
- What stops bridges from adopting a shared messaging standard like [`ERC-7786`](https://eips.ethereum.org/EIPS/eip-7786)?
9-
- Why did cross-chain token standards attract early interest but fail to unify the ecosystem?
9+
- Why did cross-chain token standards attract early interest but fail to unify the ecosystem?

sites/ef/docs/interop/erc-5792-eip-7702.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ These lessons are relevant to the decisions the EF is making today, as it looks
6767
- The OIF requires adoption by multiple stakeholders (interop providers, solvers, wallets, apps); we can expect that will take time, and will not happen organically (i.e. without concerted effort).
6868
- The OIF is also a “substitute” for existing interop providers, and does not provide a “step change” in crosschain functionality. We can therefore expect stickiness to preclude adoption by some wallets and apps who have already integrated existing providers.
6969
- [Frame Transactions](https://eips.ethereum.org/EIPS/eip-8141) introduce another flexible gadget for post-quantum readiness, and to enable account abstraction; this may encounter some of the same challenges as ERC-7702, if too many implementation details are left up to the tooling, wallet & app layer.
70-
- As we are working with teams across the ecosystem, we need to bear in mind that both wallets and apps are increasingly verticalised, and we should proactively engage with the infrastructure providers building embedded wallets to keep them in the loop.
70+
- As we are working with teams across the ecosystem, we need to bear in mind that both wallets and apps are increasingly verticalised, and we should proactively engage with the infrastructure providers building embedded wallets to keep them in the loop.

sites/ef/docs/interop/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
| **Intent** | What the user wants to do, expressed as "send X tokens from chain A to chain B" |
1212
| **Solver** | An actor that fulfills intents. They compete to offer the best price |
1313
| **Open Intents Framework (OIF)** | Modular infrastructure for intent layers: origination, fulfillment, settlement and rebalancing. Collaborative effort between the EF, Hyperlane, OpenZeppelin, Wonderland and others |
14-
| **Interoperable Address** | An address that carries its chain info with it, following [ERC-7930](https://eips.ethereum.org/EIPS/eip-7930) |
14+
| **Interoperable Address** | An address that carries its chain info with it, following [ERC-7930](https://eips.ethereum.org/EIPS/eip-7930) |

sites/ef/docs/interop/intro-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ In this context, the Open Intents [initiative emerged](https://blog.ethereum.org
1212

1313
## What this handbook covers
1414

15-
The handbook reviews Wonderland's Interoperability focus areas, summarising the key problems we have been working on, linking to documentation to learn more and start building. Our work has involved research efforts to better understand the adoption of standards focused on interoperability and user experience, the outputs of which are also included.
15+
The handbook reviews Wonderland's Interoperability focus areas, summarising the key problems we have been working on, linking to documentation to learn more and start building. Our work has involved research efforts to better understand the adoption of standards focused on interoperability and user experience, the outputs of which are also included.

sites/ef/docs/intro/welcome.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ title: Welcome
44
sidebar_label: Welcome
55
---
66

7-
# Welcome
7+
# Welcome to the Ethereum Foundation Handbook
88

9-
This is your documentation site. Start by editing this page and adding your content.
9+
Whether you want to understand how interoperability works, build with the tooling we've developed, figure out why some standards take off and others don't, or are curious about privacy on Ethereum, this guide is for you.
1010

11-
## Quick Start
11+
Ethereum is a decentralized network where anyone can build applications and move value without intermediaries. Interoperability and privacy are problems we're working to solve. This handbook helps you get there.
1212

13-
1. Edit this file to add your content
14-
2. Update `sidebars.ts` to organize your navigation
15-
3. Add more pages in the `docs/` directory
16-
4. Customize `docusaurus.config.ts` with your project details
13+
You'll find:
14+
15+
- An overview of interoperability on Ethereum
16+
- Standards and tooling for chain-specific addresses and cross-chain operations
17+
- Research into why some EIPs succeed and others don't
18+
- A privacy toolkit for wallets, covering trust assumptions and privacy pools
19+
20+
This is a living document. It grows as the work evolves.
21+
22+
Welcome aboard 🛠️

sites/ef/docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const localConfig: Config = {
3636
// Please change this to your repo.
3737
// Remove this to remove the 'edit this page' links.
3838
editUrl: "https://github.com/defi-wonderland/handbook/tree/main/sites/ef",
39+
showLastUpdateTime: true,
40+
showLastUpdateAuthor: true,
3941
remarkPlugins: [remarkMath],
4042
rehypePlugins: [rehypeKatex],
4143
},

sites/ef/src/css/local.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
.menu__link[href^="/docs/interop"]::before,
8585
.theme-doc-sidebar-item-category
8686
.menu__list-item-collapsible
87-
.menu__link[href="/docs/interop/"]::before,
88-
.theme-doc-sidebar-item-category
89-
.menu__list-item-collapsible
90-
.menu__link[href="/docs/interop/coming-soon"]::before {
87+
.menu__link[href="/docs/interop/"]::before {
9188
content: "";
9289
background-image: url("/img/icons/cube-transparent.svg");
9390
background-size: 1rem 1rem;
@@ -218,10 +215,7 @@
218215
.menu__link[href^="/docs/interop"],
219216
.theme-doc-sidebar-item-category
220217
.menu__list-item-collapsible
221-
.menu__link[href="/docs/interop/"],
222-
.theme-doc-sidebar-item-category
223-
.menu__list-item-collapsible
224-
.menu__link[href="/docs/interop/coming-soon"] {
218+
.menu__link[href="/docs/interop/"] {
225219
font-family:
226220
"Inter",
227221
system-ui,

0 commit comments

Comments
 (0)