Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.25 KB

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

Contribute

See Contributing Guide for details

Usage examples

Apart from NEAR Explorer, see nice blogpost with the tutorial and beautiful pictures based on NEAR Analytics data.