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/ ```