Skip to content

Commit c7072f3

Browse files
committed
Fixed links in Welcome page.
1 parent dc45656 commit c7072f3

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

pages/guide/welcome.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
[x/wasm]: https://github.com/CosmWasm/wasmd/tree/main/x/wasm
2+
[Cosmos SDK]: https://docs.cosmos.network/
3+
[IBC]: https://www.ibcprotocol.dev/
4+
[documentation repository]: https://github.com/CosmWasm/cosmwasm.github.io
5+
16
# Welcome
27

3-
The [x/wasm](https://github.com/CosmWasm/wasmd/tree/main/x/wasm) module, the root of CosmWasm,
4-
is a [Cosmos SDK](https://docs.cosmos.network/) module enabling smart contracts to execute on the
5-
CosmWasm virtual machine. CosmWasm itself refers to the whole ecosystem built around it with a
6-
mission to make smart contract development easy and reliable. The focus of the CosmWasm platform are
7-
security, performance, and interoperability. It is tailored for a tight integration with Cosmos SDK
8-
and to build IBC contracts.
8+
The [x/wasm] module, the root of CosmWasm, is a [Cosmos SDK] module enabling smart contracts
9+
to execute on the CosmWasm virtual machine. CosmWasm itself refers to the whole ecosystem
10+
built around it with a mission to make smart contract development easy and reliable.
11+
The focus of the CosmWasm platform are security, performance, and interoperability.
12+
It is tailored for a tight integration with Cosmos SDK and to build IBC contracts.
913

1014
We chose to target a Rust programming language as a smart contract development stack, as it is
1115
popular amongst blockchain developers and has the best Wasm compiler on the market so far. We do not
@@ -27,11 +31,11 @@ instance has its unique address on the chain, and it can act just like any other
2731
It is easy to implement communication between two smart contracts on the same chain. CosmWasm
2832
standard library provides simple utilities to communicate with non-CosmWasm modules on the chain.
2933
That includes common Cosmos modules like bank or staking and any custom module unique for a
30-
particular chain. Finally, CosmWasm is built around the [IBC](https://www.ibcprotocol.dev/) and
31-
provides a simple API to communicate with other chains and contracts using IBC-based protocols.
34+
particular chain. Finally, CosmWasm is built around the [IBC] and provides a simple API
35+
to communicate with other chains and contracts using IBC-based protocols.
3236

33-
This documentation already covers most of the stack. Still, some parts are a work in progress. If
34-
there is something you remember being here in the old documentation, you can find its content at
35-
https://github.com/CosmWasm/docs-deprecated. Remember that the old documentation is deprecated,
37+
This documentation already covers most of the stack. Still, some parts are a work in progress.
38+
If there is something you remember being here in the old documentation, you can find its content
39+
at https://github.com/CosmWasm/docs-deprecated. Remember that the old documentation is deprecated,
3640
mostly outdated, and will not be maintained. We would appreciate any GitHub issues about missing
37-
parts in the [documentation repository](https://github.com/CosmWasm/docs).
41+
parts in the [documentation repository].

0 commit comments

Comments
 (0)