Skip to content

Commit

Permalink
fix(cosmwasm): fix typos in readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Afanasyev committed Apr 17, 2024
1 parent 1d8bc42 commit 8bbfb86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After a successful build you'll see a newly generated `sample.wasm` file in the

## Deploy a Contract

We assume that your have a `wardend` executable's directory in your `$PATH` environment variable in order to perform following steps.
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.

```shell
Expand All @@ -67,7 +67,7 @@ with code id that we used previously, and find the last one:
wardend query wasm list-contract-by-code 100
```

Let's assume it's address is `warden1ghd753shjuwexxywmgs4xz7x2q732vcnkm6h2pyv9s6ah3hylvrqtn83hn`
Let's assume its address is `warden1ghd753shjuwexxywmgs4xz7x2q732vcnkm6h2pyv9s6ah3hylvrqtn83hn`
and store it to the `$contract` environment variable for the convenience:

```shell
Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This is a sample contract which uses bindings for the core Warden Protocol block

You can deploy it by itself, or you can use it as a starting point for your own contract.

Not that this is a preview, so only limited functionality available right now.
Note that this is a preview, so only limited functionality available right now.
The sample contract exposes `NewKeyRequest` transaction and `AllKeys` query, but more on the way!
4 changes: 2 additions & 2 deletions contracts/packages/bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This crate provides bindings for the Warden Protocol blockchain core functionality.
You can use it in your own contracts to interact with a Warden Protocol.

Not that this is a preview, so only limited functionality available right now.
Note that this is a preview, so only limited functionality available right now.
You can execute `NewKeyRequest` and query `AllKeys`, but more on the way!

To start using Warden Protocol from the CosmWasm contracts, please refer to sample contract.
To start using Warden Protocol from the CosmWasm contracts, please refer to the sample contract.

0 comments on commit 8bbfb86

Please sign in to comment.