Skip to content

Small command line demo using near-api-js and JSON RPC API

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE
Notifications You must be signed in to change notification settings

deprecated-near-examples/near-account-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR Utilities

A collection of utilities to help with NEAR account management, development and troubleshooting

Setup

  • Clone this repo
  • Run yarn

Collecting Keys

Find all TestNet accounts and copy them to ~/.near-credentials

This is for Linux and macOS systems only

  • Run yarn collect-keys

Accounts Report

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

Accounts Report

Account Keys Report

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

Accounts Report Testnet

Localnet

Accounts Report Localnet

Storage Report

Generate a report of decoded state stored on an account

  • Run yarn storage <account>

Expected Output

Storage Report

Alternate Expected Output

Storage Report with no output

About

Small command line demo using near-api-js and JSON RPC API

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •