You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: