Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1012 Bytes

File metadata and controls

39 lines (28 loc) · 1012 Bytes

Contributing

Maintainer

This project is maintained by the Cardano Foundation. Current maintainer: @VladislavKudrin

Reporting Issues

Open a GitHub issue with:

  • Steps to reproduce
  • Expected vs actual behavior
  • Environment (OS, Docker version, cardano-node/db-sync versions)

Submitting Pull Requests

  1. Fork the repository
  2. Create a branch from master
  3. Make your changes
  4. Ensure lint passes: yarn workspaces run lint
  5. Open a PR against master

Running Locally

See README.md for setup instructions.

To run tests against a live preprod node:

GRAPHQL_URL=http://localhost:<port> yarn workspace @cardano-graphql/api-cardano-db-hasura test --forceExit

GraphQL golden tests (requires a running mainnet node):

cd tests
uv run pytest

Code of Conduct

Please follow our Code of Conduct.