Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is that possible to expose the non-rosetta enpoint through rosetta-cardano? #456

Open
ZiruiXue opened this issue Feb 14, 2022 · 1 comment

Comments

@ZiruiXue
Copy link

Hi team,
I am currently working on pulling data from the cardano blockchain, like the validator status and slot leader info.

I think the rosetta-cardano will interact with the Cardano node through cardano-cli. Is that possible to expose the non-rosetta endpoint? Or is the only way to run the cardano-node and cardano-db-sync node exposed to graphQL?

@catch-21
Copy link
Contributor

If you'd like to expose the Rosetta Cardano node you can use bind mount on run like --mount type=bind,source="$(pwd)"/ipc,target=/ipc, then set your CARDANO_NODE_SOCKET_PATH to node.socket in the local ipc directory for cardano-cli to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants