Hi all, I am starting a project on AWS where I would like to run a cardano node as a docker container on AWS Fargate. Then I would like to run another frontend service as a separate container which can query the cardano-node using the cardano-cli. I was wondering if anyone has experience with remotely querying a cardano-node. Also do you know if the official cardano-node docker container also has the CLI installed on it?
remotely querying a cardano-node
Have a look at Blockfrost
the official cardano-node docker container also has the CLI installed on it
yes, it does. There is also nessus-cardano, which has lots of added stuff like gLiveView and topology updates - it also runs on arm64
2 Likes