Import Tezos X doc - #436
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a7fb840 to
406b6e7
Compare
|
|
||
| Etherlink<!--TX--> is a fast, non-custodial execution layer enshrined in the Tezos protocol, which settles back to the Tezos consensus layer (Tezos Layer 1) for security. | ||
|
|
||
| Since kernel upgrade 7, Etherlink<!--TX--> exposes a **single blockchain** that is **addressable through two interfaces**: an **EVM interface** (available since early 2024 under the name "Etherlink") and a new **Michelson interface** (previously called Tezlink). |
There was a problem hiding this comment.
| Since kernel upgrade 7, Etherlink<!--TX--> exposes a **single blockchain** that is **addressable through two interfaces**: an **EVM interface** (available since early 2024 under the name "Etherlink") and a new **Michelson interface** (previously called Tezlink). | |
| Etherlink<!--TX--> exposes a **single blockchain** that is **addressable through two interfaces**: an **EVM interface** and a **Michelson interface**. |
There was a problem hiding this comment.
Sure, we can just say what Etherlink is now, but in order to explain to current users why there are so many changes, isn't it useful to say that the whole changes are brought in this upgrade? So people can distinguish the Etherlink-before and the Etherlink-now.
There was a problem hiding this comment.
Maybe makes more sense in the new minimal-changes version, take a look.
| Etherlink<!--TX--> is a fast, non-custodial execution layer enshrined in the Tezos protocol, which settles back to the Tezos consensus layer (Tezos Layer 1) for security. | ||
|
|
||
| Since kernel upgrade 7, Etherlink<!--TX--> exposes a **single blockchain** that is **addressable through two interfaces**: an **EVM interface** (available since early 2024 under the name "Etherlink") and a new **Michelson interface** (previously called Tezlink). | ||
| In that, kernel upgrade 7 constituted an important milestone in the Tezos X roadmap, securing the way to the near-term Tezos X launch. |
There was a problem hiding this comment.
| In that, kernel upgrade 7 constituted an important milestone in the Tezos X roadmap, securing the way to the near-term Tezos X launch. |
There was a problem hiding this comment.
François (I cannot find his tag here) suggested to mention this as a milestone, check with him, I'm open to any suggestions.
| Since kernel upgrade 7, Etherlink<!--TX--> exposes a **single blockchain** that is **addressable through two interfaces**: an **EVM interface** (available since early 2024 under the name "Etherlink") and a new **Michelson interface** (previously called Tezlink). | ||
| In that, kernel upgrade 7 constituted an important milestone in the Tezos X roadmap, securing the way to the near-term Tezos X launch. | ||
|
|
||
| To enable the seamless integration of the two ecosystems in this single blockchain, Etherlink<!--TX--> provides **Native Atomic Composability** (sometimes shortened as NAC): smart contracts in one interface can call contracts in the other within a single atomic transaction. From an economical perspective, the interface used to interact with the chain doesn't matter, it becomes only a technical detail. |
There was a problem hiding this comment.
Why “economical perspective”?
There was a problem hiding this comment.
François's phrasing, open to change, but check with him. I understand it as: the two worlds share the same native token. (this is explicit in the next sentence)
| @@ -0,0 +1,96 @@ | |||
| --- | |||
| title: What is Etherlink? # tx | |||
There was a problem hiding this comment.
I think this is changing the index of the doc too much tbh and i'm not sure to understand why.
You should have changed the first paragraph to generalize it and be done with it IMO.
There was a problem hiding this comment.
I can minimize the changes WRT the old version, just mentioning the dual interface and the NAC here, and leaving the details for the other pages in this Overview section. It depends if we want to emphasize continuity (via minimal changes) or the new features. I'm open to both, maybe anybody else has an opinion?
There was a problem hiding this comment.
Check the last commit "minimize changes to the landing page"
|
|
||
| For current and historical status information for Etherlink{/* TX */}, see https://status.etherlink.com. | ||
|
|
||
| This page contains information for connecting to the public Etherlink{/* TX */} networks via the Michelson interface. |
There was a problem hiding this comment.
Sure. Fixed, thanks
b05e802 to
6a4190e
Compare
6a4190e to
c976c39
Compare
Co-authored-by: Thomas Letan <lthms@nomadic-labs.com>
Co-authored-by: Thomas Letan <lthms@nomadic-labs.com>
Co-authored-by: Thomas Letan <lthms@nomadic-labs.com>
Co-authored-by: Thomas Letan <lthms@nomadic-labs.com>
b3e91ff to
5bb1dba
Compare
5bb1dba to
1a759b1
Compare
1a759b1 to
fff1844
Compare
Import the doc prepared in the Tezos X repo into the current repo to keep the exact same old Etherlink style.