From aba622fb54d68ad3d06cf320d3b6cf05e28e56fe Mon Sep 17 00:00:00 2001 From: Erik Trautman Date: Sun, 11 Oct 2020 10:47:16 -0700 Subject: [PATCH] add add-key --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a93a9ce0..0343754b 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,15 @@ near ### Commands +For a list of up-to-date commands, run `near` in your terminal with no arguments. If you need to find a command that isn't listed here, look in the `/commands` folder. And add it here :) + #### For account: ```bash near login # logging in through NEAR protocol wallet near create-account # create a developer account with --masterAccount (required), publicKey and initialBalance near state # view account state near keys # view account public keys + near add-key # Add an access key to given account near send # send tokens to given receiver near stake # create staking transaction (stakingKey is base58 encoded) near delete # delete an account and transfer funds to beneficiary account