Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 439 Bytes

NearStakeTool

A tool that helps users to view current stake statistics of the near chain

Install

Build from source

git clone [email protected]:Halimao/NearStakerTool.git
cd NearStakerTool
go build

Quickstart

Running following command will export every delegator stake statistics of different near validator to stake.db

./NearStakerTool

You can use sqlite3 to view the data by sqlite3 stake.db