From 87c26bd63809aecbcde115f4b91e951800735c49 Mon Sep 17 00:00:00 2001 From: Ales Verbic Date: Tue, 26 Aug 2025 10:57:49 -0400 Subject: [PATCH] fix: Update Readme Signed-off-by: Ales Verbic --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c996af..a5bbc964 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,12 @@ This behavior can be changed via the following environment variables: Running on mainnet (:sweat_smile:): ```bash -CARDANO_NODE=mainnet ./dingo +CARDANO_NETWORK=mainnet CARDANO_CONFIG=path/to/cardano/configs/mainnet/config.json ./dingo ``` +Note: you can find cardano configuration files at + + Dingo will drop a `dingo.socket` file which can be used by other clients, such as `cardano-cli` or software like `adder` or `kupo`. This has only had limited testing, so success/failure reports are very welcome and encouraged! @@ -146,6 +149,7 @@ make ``` You can also run the code without building a binary, first + ```bash go run ./cmd/dingo/ ```