Skip to content

Commit d3c48ca

Browse files
Ilaria EnacheIlaria Enache
Ilaria Enache
authored and
Ilaria Enache
committed
grammarly and style checklist checked
1 parent 724164b commit d3c48ca

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

learn/introduction.md

+33-30
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,70 @@
11
<!--
2+
some links are blank because not all the pages are created yet
3+
also missing the list of blockchains
4+
the rest should be fine for now
25
-->
3-
Wormhole is a generic **message passing protocol** that enables communication between blockchains.
6+
# Introduction to Wormhole
47

5-
<!--
6-
protocol img here
7-
-->
8+
Wormhole is a generic **message-passing protocol** that enables communication between blockchains.
89

910
![Overview](/wormhole-mkdocs/images/learn/introduction/overview.webp)
1011

1112
!!! note
12-
The above is an oversimplified illustration of the protocol, details about the architecture and components are available [here](#).
13+
The above is an oversimplified illustration of the protocol; details about the architecture and components are available in the **[architecture page](#){target=\_blank}**.
1314

1415

1516
This simple message-passing protocol allows developers and users of cross-chain applications to leverage the advantages of multiple ecosystems.
1617

17-
### What Isn't Wormhole?
18+
## What Isn't Wormhole?
19+
20+
- **Wormhole is _not_ a blockchain** - it provides a means of communication between blockchains or rollups
1821

19-
- **Wormhole is not a blockchain**: It provides a means of communication between blockchains or rollups.
20-
- **Wormhole is not a token bridge**: However, there are [protocols built on Wormhole](https://portalbridge.com/#/transfer) that serve this purpose.
22+
- **Wormhole is _not_ a token bridge** - however, there are **[protocols built on Wormhole](https://portalbridge.com/#/transfer){target=\_blank}** that serve this purpose
2123

22-
### What Can Wormhole Be Used For?
24+
## What Can Wormhole Be Used For?
2325

2426
Consider the following examples of potential applications enabled by Wormhole:
2527

26-
- **Cross-Chain Exchange**: Using [Wormhole Connect](#), developers can build exchanges that allow deposits from any Wormhole-connected chain, significantly increasing liquidity access.
27-
- **Cross-Chain Governance**: NFT collections on different networks can use Wormhole to communicate votes cast on their respective chains to a designated "voting" chain for combined proposals.
28-
- **Cross-Chain Game**: Games can be developed on a performant network like Solana, with rewards issued as NFTs on another network, such as Ethereum.
28+
- **Cross-Chain Exchange** - using **[Wormhole Connect](#){target=\_blank}**, developers can build exchanges that allow deposits from any Wormhole-connected chain, significantly increasing liquidity access
29+
- **Cross-Chain Governance** - NFT collections on different networks can use Wormhole to communicate votes cast on their respective chains to a designated "voting" chain for combined proposals
30+
- **Cross-Chain Game** - games can be developed on a performant network like Solana, with rewards issued as NFTs on another network, such as Ethereum
2931

30-
### Get Started
32+
## Get Started
3133

32-
#### Quick Start Tutorials
34+
### Quick Start Tutorials
3335

3436
Tutorials are available to get started quickly and explain the concepts involved.
3537

36-
- **Quick Start - Off Chain**: Integrate Wormhole Connect into a new or existing web UI.
37-
- **Quick Start - On Chain**: Send your first cross-chain message.
38+
- **[Quick Start - Off Chain](#){target=\_blank}** - integrate Wormhole Connect into a new or existing web UI
39+
- **[Quick Start - On Chain](#){target=\_blank}** - send your first cross-chain message
3840

39-
More tutorials are available [here](#).
41+
More tutorials are available **[on github](https://github.com/wormhole-foundation/docs.wormhole.com/blob/main/docs/tutorials/quick-start/README.md){target=\_blank}**.
4042

41-
### Explore
43+
## Explore
4244

4345
Discover more about the Wormhole ecosystem, components, and protocols:
4446

45-
- **Architecture**: Explore the components of the protocol.
46-
- **Protocol Specifications**: Learn about the protocols built on top of Wormhole.
47+
- **[Architecture](#){target=\_blank}** - explore the components of the protocol
48+
- **[Protocol Specifications](https://github.com/wormhole-foundation/wormhole/tree/main/whitepapers){target=\_blank}** - learn about the protocols built on top of Wormhole
4749

48-
### Demos
50+
## Demos
4951

5052
Demos offer more realistic implementations than tutorials:
5153

52-
- **Wormhole Scaffolding**: Quickly set up a project with the Scaffolding repo.
53-
- **xDapp Book Projects**: Run and learn from example programs.
54+
- **[Wormhole Scaffolding](https://github.com/wormhole-foundation/wormhole-scaffolding){target=\_blank}** - quickly set up a project with the Scaffolding repo
55+
- **[xDapp Book Projects](https://github.com/wormhole-foundation/xdapp-book/tree/main/projects){target=\_blank}** - run and learn from example programs
5456

55-
More demos are available [here](#).
57+
More demos are available in the **[demos page](#){target=\_blank}**.
5658

59+
!!! note
60+
## Wormhole Integration Complete?
5761

58-
<!-- in box -->
59-
### Wormhole Integration Complete?
60-
61-
Let us know so we can list your project in our ecosystem directory and introduce you to our global, multichain community!
62+
Let us know so we can list your project in our ecosystem directory and introduce you to our global, multichain community!
6263

63-
[Reach out now!](#)
64+
**[Reach out now!](https://forms.clickup.com/45049775/f/1aytxf-10244/JKYWRUQ70AUI99F32Q){target=\_blank}**
6465

65-
### Supported Blockchains
66+
## Supported Blockchains
6667

6768
Wormhole supports a growing number of blockchains.
69+
70+
<!-- List of Blockchains here -->

0 commit comments

Comments
 (0)