Golem DB Console provides Supabase-like interface and abstraction layer for the Golem DB.
Included dapp allows for:
- Creating `Collections` with objects belonging to those collections
- `Schemas` for structured data types per collections with JSON.validation, property types, primary unique values, automated optional autoincrement for primary values.
- User Interface for querying data by type, inspecting objects in collections and schemas.
User Journer:
- Fill out config in settings(wallet, RPC, chain ID etc)
- Connect to network
- Create Collections
- Define schemas per collections
- Insert objects into collection based on previously defined schemas
- Inspect Collections
- Query individual objects data based on annotations
Limitations:
Currently the user has to manually input development private key for wallet with gollem db testnet tokens because of golem db sdk limitations.
Github: https://github.com/JustAnotherDevv/EthWarsaw2025