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
scanner
is indexer for block infoentities
is table of DB model and use sea-ormrepo
is dal for upsert and query dbapi
is api with auxmconfig
is common configuration