File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ as soon as there is
9595### Working with docker
9696
9797** Note:** The Dockerfile in this repo is for demonstration purposes only. If you
98- chose to deploy the faucet via docker, make sure to copy the Dockerfile and keep
99- it up-to-date.
98+ choose to deploy the faucet via docker, make sure to copy the Dockerfile and
99+ keep it up-to-date.
100100
101101- Build an artifact (from monorepo root)
102102
@@ -139,7 +139,7 @@ curl --header "Content-Type: application/json" \
139139 http://localhost:8000/credit
140140```
141141
142- ### Checking the faucets status
142+ ### Checking the faucet's status
143143
144144The faucet provides a simple status check in the form of an http GET request. As
145145above, make sure to adjust the URL as necessary.
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ This uses the testgen mnemonic:
5555## Create the transactions
5656
5757First we create the unsigned transaction template we will be signing. We want to
58- use the same flags as the testvectors create manually.
58+ use the same flags as the test vectors created manually.
5959
6060```
6161./build/simd tx bank send --generate-only --chain-id simd-testing --fees 2000ucosm $(./build/simd keys show -a testgen) cosmos1qypqxpq9qcrsszg2pvxq6rs0zqg3yyc5lzv7xu 1234567ucosm > unsigned_tx.json
6262```
6363
6464This is what I get from ` jq . unsigned_tx.json ` , which is slightly different
65- that the current test vector, in that I added a non-empty fee amount to properly
66- test that:
65+ from the current test vector because I added a non-empty fee amount to properly
66+ test that case :
6767
6868``` json
6969{
Original file line number Diff line number Diff line change 9292### Step 3
9393
9494In Step 2 we saw how the codec is generated (i.e. the TypeScript code
95- generation). Now we look into using this codec. This section is split in
95+ generation). Now we look into using this codec. This section is split into
9696
9797- Step 3a: custom messages
9898- Step 3b: custom queries
You can’t perform that action at this time.
0 commit comments