Skip to main content

Getting started

Follow this lightweight checklist to evaluate the Chromia Database:

  1. Install the Chromia CLI and initialize a workspace using the sample templates.
  2. Launch a local provider set with chromia start and inspect the automatically provisioned PostgreSQL database.
  3. Deploy your schema with the Rell compiler, seed it with fixtures, and query the data from a client SDK.

Local evaluation environment

ComponentPurpose
Provider nodesExecute Postchain and host your application chains.
PostgreSQLStores the relational state of each dapp.
ExplorerVisualize transactions and inspect chain metrics.

Next steps