Skip to content
/ core Public

Core indexooor that indexes your contracts data into database for fast data availability ⚙️

License

Notifications You must be signed in to change notification settings

indexooor/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexooor core

Core indexooor that indexes your contracts data into database for fast data availability

Usage

Building the binary

make build

This will create an indexooor binary in your $GOBIN. Use the binary with flags for indexing.

indexooor index <flags>

Refer to the help command --help for flag details.

indexooor index --help

NAME:
   Indexooor index - Index a contract

USAGE:
   Indexooor index [command options] [arguments...]

OPTIONS:
   --rpc value                 RPC endpoint of the node (default: http://localhost:8545)
   --contract-addresses value  Contract address (comma seperated for multiple contracts) (default: "")
   --start-block value         Block to start indexing from (default: 0)
   --run-id value              Run ID to start indexing from block where left off (default: 0)
   --debug                     Enable debug logs (default: false)
   --help, -h                  show help

About

Core indexooor that indexes your contracts data into database for fast data availability ⚙️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published