Skip to content

token-terminal/near-analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

near-analytics

Analytics Tool for NEAR Blockchain.
NEAR Explorer uses it for Mainnet and Testnet.

Raw data is available for your needs.

  • testnet credentials: postgres://public_readonly:[email protected]/indexer_analytics_testnet
  • mainnet credentials: postgres://public_readonly:[email protected]/indexer_analytics_mainnet

Keep in mind that the data (both format and the contents) could be changed at any time, the tool is under development.

Example of data

Install

sudo apt install python3.9-distutils libpq-dev python3.9-dev postgresql-server-dev-all

python3.9 -m pip install --upgrade pip
python3.9 -m pip install -r requirements.txt

Run

python3.9 main.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Dockerfile 0.6%