This project is maintained by the Cardano Foundation. Current maintainer: @VladislavKudrin
Open a GitHub issue with:
- Steps to reproduce
- Expected vs actual behavior
- Environment (OS, Docker version, cardano-node/db-sync versions)
- Fork the repository
- Create a branch from
master - Make your changes
- Ensure lint passes:
yarn workspaces run lint - Open a PR against
master
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 --forceExitGraphQL golden tests (requires a running mainnet node):
cd tests
uv run pytestPlease follow our Code of Conduct.