You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ around 40% of the code size.
40
40
to execute a given smart contract. Also contains code for gas metering, storing, and caching wasm artifacts. Read more [here](lib/vm/README.md).
41
41
*[go-cosmwasm](https://github.com/CosmWasm/go-cosmwasm) - High-level go bindings to all the power inside `cosmwasm-vm`. Easily allows you to upload, instantiate and execute contracts,
42
42
making use of all the optimizations and caching available inside `cosmwasm-vm`.
43
-
*[wasmd](https://github.com/CosmwWasm/wasmd) - A basic Cosmos SDK app to host WebAssembly smart contracts.
43
+
*[wasmd](https://github.com/CosmWasm/wasmd) - A basic Cosmos SDK app to host WebAssembly smart contracts.
44
44
45
45
Ongoing work is currently tracked [on this project board](https://github.com/orgs/CosmWasm/projects/1)
0 commit comments