Run & Query
1. Configuration
2. Verify ABI
3. Indexing Data
python hemera.py stream -pg postgresql://{db_user}:{db_password}@{db_url}:5432/{database} -p {chain_rpc} -s {start_block_number} -e {end_block_number} -o postgres -B 1000 -w 5 -b 100 -E {entity_type}4. Verify Data
Get Current Holdings for a Wallet Address
Get First Liquidity Addition Time for a Wallet Address
Get the Number of Pools with Liquidity Added or Removed by a Wallet Address
Last updated