Dingo is a Cardano blockchain data node written in Go which actively participates in network communications on the Cardano blockchain using the Ouroboros Network Node-to-Node family of mini-protocols.
⚠️ This is a work in progress and is currently under heavy development
For this guide we will walk you through downloading and running the Cardano CLI binary and running some Cardano CLI commands. To get started follow the steps below.
✅ For this guide we assume you have already downloaded Dingo and synced the chain. If not see our Quick Start guide.
Let run our first Cardano CLI command to query the tip of the preview blockchain using Dingo node to provide the data.
We will run the following command to query the tip:
./cardano-cli query tip \
--testnet-magic 2 \
--socket-path dingo.socket
⚠️ Please note the socket-path above assumes you downloaded Cardano CLI to your dingo folder. If you put cardano-cli binary in a different location, please adjust the path. You can use realpath dingo.socket to find the absolute path to your dingo.socket.