File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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 contract 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
You can’t perform that action at this time.
0 commit comments