blinklabs-io / tx-submit-api

Cardano Transaction Submit API service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running submit api with local installed cardano node?

zweetdreamz opened this issue · comments

How can I run cardano-submit-api container collaborating with local installed cardano-node?

Set the CARDANO_NODE_SOCKET_PATH env var to point to the location of your cardano-node UNIX socket. You'll probably need to map the socket into the container as a volume.

There's also an example of running cloudstruct/cardano-node and cloudstruct/cardano-submit-api together, both via Docker.

https://github.com/cloudstruct/go-cardano-submit-api#together-with-cloudstructcardano-node-in-docker

I created a PR to document this use case.