From aac24800f2673d7b6b3757f025b95882d6550ec7 Mon Sep 17 00:00:00 2001 From: FroVolod <36816899+FroVolod@users.noreply.github.com> Date: Sat, 26 Jun 2021 11:04:09 +0300 Subject: [PATCH] Update GUIDE.en.md --- docs/GUIDE.en.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/GUIDE.en.md b/docs/GUIDE.en.md index 72a6a187b..47feccc3b 100644 --- a/docs/GUIDE.en.md +++ b/docs/GUIDE.en.md @@ -20,7 +20,7 @@ Before proceeding to the description of specific commands, it is necessary to co * _recent block hash_ - Information for this parameter should be found [here](https://explorer.testnet.near.org/blocks). + Information for this parameter should be found [here](https://explorer.testnet.near.org/blocks) or will need to be obtained using [View recent block hash](#view-recent-block-hash).
recent block hash @@ -368,6 +368,27 @@ current nonce: 168 for a public key: ed25519:7FmDRADa1v4BcLiiR9MPPdmWQp3Um1iPdA
+#### View recent block hash + +To view the _recent block hash_ for network, type the following in the terminal command line: +```txt +./near-cli view recent-block-hash \ + network testnet +``` + +
The result of this command will be as follows: + +```txt +recent block hash: `CDgRvkv2qv2c8e5m2WDKFUFqAtXrq2fiUteM6XHpy58t` +``` +
+ +
Demonstration of the command in interactive mode + + + +
+ ### Transfer tokens