Skip to content

Commit

Permalink
fix(cosmwasm) rewrite the sentence about the key to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Afanasyev committed Apr 17, 2024
1 parent 2503634 commit caed97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ After a successful build you'll see a newly generated `sample.wasm` file in the
## Deploy a Contract

We assume that you have a `wardend` executable's directory in your `$PATH` environment variable in order to perform following steps.
Also, your account should be added to the `wardend`'s keychain. Following commands use `alice` name for such account.

All of the following commands are executed with the `alice` key from the default `--keyring-backend`, which is `os`.

```shell
wardend tx wasm store artifacts/sample.wasm --from alice -y --chain-id warden --gas 2000000
Expand Down

0 comments on commit caed97e

Please sign in to comment.