The explorer for block;
- It should have the schema in
DATABASE_URL - the use this command to generate entity
sea-orm-cli generate entity -u $DATABASE_URL -o entities/src
- DB use PostgreSQL
- API use AUXM
all core work is in cates
scanneris indexer for block infoentitiesis table of DB model and use sea-ormrepois dal for upsert and query dbapiis api with auxmconfigis common configuration