Skip to content

GraphQL on localnet#124

Open
lmvdz wants to merge 2 commits intoChainMovers:mainfrom
lmvdz:main
Open

GraphQL on localnet#124
lmvdz wants to merge 2 commits intoChainMovers:mainfrom
lmvdz:main

Conversation

@lmvdz
Copy link

@lmvdz lmvdz commented Sep 14, 2025

  • added --with-indexer & --with-graphql to the start command
  • added a postgres install script & start which uses the default values:
      --pg-port <PG_PORT>
          Port for the Indexer Postgres DB. Default port is 5432
          
          [default: 5432]

      --pg-host <PG_HOST>
          Hostname for the Indexer Postgres DB. Default host is localhost
          
          [default: localhost]

      --pg-db-name <PG_DB_NAME>
          DB name for the Indexer Postgres DB. Default DB name is sui_indexer
          
          [default: sui_indexer]

      --pg-user <PG_USER>
          DB username for the Indexer Postgres DB. Default username is postgres
          
          [default: postgres]

      --pg-password <PG_PASSWORD>
          DB password for the Indexer Postgres DB. Default password is postgrespw
          
          [default: postgrespw]

Signed-off-by: Lars van der Zande <lmvanderzande@gmail.com>
Signed-off-by: Lars van der Zande <lmvanderzande@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

1 participant