From 677176c1c0b650c86f1ff8ee34aa7c88ef19e908 Mon Sep 17 00:00:00 2001 From: Johan Bonneau Date: Sun, 19 Oct 2025 16:50:39 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47728730ef7..68770ba7d50 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ _Tools for building blockchains._ - [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. - [kubo](https://github.com/ipfs/kubo) - An IPFS implementation in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. - [lnd](https://github.com/lightningnetwork/lnd) - A complete implementation of a Lightning Network node. +- [nview](https://github.com/blinklabs-io/nview) - Local monitoring tool for a Cardano Node. It's a TUI (terminal user interface) designed to fit most screens. - [solana-go](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. - [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols.