File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ tags: ["intro"]
5
5
The [ x/wasm module] ( https://github.com/CosmWasm/wasmd/tree/main/x/wasm ) , the root of CosmWasm, is a
6
6
[ Cosmos SDK] ( https://docs.cosmos.network/ ) module enabling smart contracts to execute on the
7
7
CosmWasm virtual machine. CosmWasm itself refers to the whole ecosystem built around it with a
8
- mission to make smart contracts development easy and reliable. The focus of the CosmWasm platform
9
- are security, performance, and interoperability. It is tailored for a tight integration with Cosmos
10
- SDK and to build IBC contracts.
8
+ mission to make smart contract development easy and reliable. The focus of the CosmWasm platform are
9
+ security, performance, and interoperability. It is tailored for a tight integration with Cosmos SDK
10
+ and to build IBC contracts.
11
11
12
12
We chose to target a Rust programming language as a smart contract development stack, as it is
13
13
popular amongst blockchain developers and has the best Wasm compiler on the market so far. We do not
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ visiting the [Go download and install page](https://go.dev/doc/install).
11
11
12
12
## Set Up Wasmd
13
13
14
- Clone wasmd repository
14
+ Clone the wasmd repository
15
15
16
16
``` sh
17
17
git clone https://github.com/CosmWasm/wasmd.git && cd wasmd
You can’t perform that action at this time.
0 commit comments