Add the repository
# 1. Trust the DIG signing key
curl -fsSL https://apt.dig.net/dig.gpg | sudo gpg --dearmor -o /usr/share/keyrings/dig.gpg
# 2. Add the apt source
echo "deb [signed-by=/usr/share/keyrings/dig.gpg] https://apt.dig.net stable main" \
| sudo tee /etc/apt/sources.list.d/dig.list
# 3. Install
sudo apt update
sudo apt install dig-node digstore
# 4. The node runs as a systemd service
systemctl status dig-node
What gets installed
dig-node — the DIG node service. The package creates a
dig-node system account, a cache at
/var/lib/dig-node, and enables + starts
dig-node.service (loopback-bound on
127.0.0.1:9778). It serves the verified
chia:// content a DIG browser or extension opens.
digstore — the digstore CLI on your
PATH.
Machine-readable