Skip to content

nknorg/active-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Count the number of active addresses within a block height range.

An address is defined as active if it has made at least one transaction or received any token within the block height range.

Usage

Build:

go build .

Count the active address:

./active-address -s <start block height> -e <end block height> -rpc <rpc address>

Add -v if you also want to print the number of transactions of each address.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages