We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dcf3a commit 3f99e0eCopy full SHA for 3f99e0e
README.md
@@ -396,9 +396,8 @@ in our sample contract.
396
397
You may also want to ensure the compiled contract interacts with the environment
398
properly. To do so, you will want to create a canonical release build of the
399
-`<contract>.wasm` file and then write tests with the same VM tooling we will
400
-use in production. This is a bit more complicated but we added some tools to
401
-help in
+`<contract>.wasm` file and then write tests with the same VM tooling we will use
+in production. This is a bit more complicated but we added some tools to help in
402
[cosmwasm-vm](https://github.com/CosmWasm/cosmwasm/tree/main/packages/vm) which
403
can be added as a `dev-dependency`.
404
0 commit comments