The problem:
It is a hassle to check what keys store in .near-credentials folder.
Especially for newbies, they didn’t know existance of .near-credentials folder, and call near login again. It adds unnecessary keys in account.
The solution:
near list command shows entire keys stored in local .near-credentials forder.
The problem: It is a hassle to check what keys store in
.near-credentials
folder. Especially for newbies, they didn’t know existance of.near-credentials
folder, and callnear login
again. It adds unnecessary keys in account.The solution:
near list
command shows entire keys stored in local.near-credentials
forder.