A collection of utilities to help with NEAR account management, development and troubleshooting
- Clone this repo
- Run
yarn
Find all TestNet accounts and copy them to ~/.near-credentials
This is for Linux and macOS systems only
- Run
yarn collect-keys
Generate a report of accounts available on the NEAR network by scanning ~/.near-credentials
for all
files ending in .json
- Run
yarn accounts
Expected Output
Generate a report of account keys on the NEAR network by scanning ~/.near-credentials
for all
files ending in .json
- Run
yarn keys
Expected Output
Testnet
Localnet
Generate a report of decoded state stored on an account
- Run
yarn storage <account>
Expected Output
Alternate Expected Output