From 1722f14b000a028b40896633694cdeeb5542a20f Mon Sep 17 00:00:00 2001 From: Illia Polosukhin Date: Fri, 7 Jun 2019 17:19:59 -0700 Subject: [PATCH] add view account state to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abe7b26e..43ac93fc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ near ### Commands: ```Bash near create_account # create a developer account + near state # view account near new_project [dir] # generate a new project from template near deploy # deploy your smart contract near call [args] # submits transaction, can change state, account required