File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
** WebAssembly Smart Contracts for the Cosmos SDK**
9
9
10
10
This repo provides a useful functionality to build smart contracts that
11
- are compatible with a Cosmos SDK based runtime, [ ` wasmd ` ] ( https://github.com/CosmWasm/wasmd ) .
11
+ are compatible with a Cosmos SDK based runtime, [ wasmd] ( https://github.com/CosmWasm/wasmd ) .
12
12
13
13
Compatibility:
14
14
15
- * Contracts built with CosmWasm ` v0.8.x ` (unreleased) will run on ` wasmd ` ` v0.8.x ` (unreleased) (master branch)
16
- * Contracts built with CosmWasm ` v0.7.x ` will run on ` wasmd ` ` v0.7.x ` (0.7 branch)
17
- * Contracts built with CosmWasm ` v0.6.3+ ` will run on ` wasmd ` ` v0.6.x `
15
+ * Contracts built with CosmWasm ` v0.8.x ` (unreleased) will run on wasmd ` v0.8.x ` (unreleased) (master branch)
16
+ * Contracts built with CosmWasm ` v0.7.x ` will run on wasmd ` v0.7.x ` (0.7 branch)
17
+ * Contracts built with CosmWasm ` v0.6.3+ ` will run on wasmd ` v0.6.x `
18
18
19
19
## Overview
20
20
You can’t perform that action at this time.
0 commit comments