You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DASHBOARD_FEATURES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Dashboard Features Summary
2
2
3
3
## New Dashboard Overview
4
-
The frontend has been completely transformed into a modern dashboard interface for exploring Bitcoin SV P2P network messages.
4
+
The frontend has been completely transformed into a modern dashboard interface for exploring BSV Blockchain P2P network messages.
5
5
6
6
## 🎯 Key Features
7
7
@@ -150,4 +150,4 @@ The frontend has been completely transformed into a modern dashboard interface f
150
150
-**Visual Feedback**: New message indicators and loading states
151
151
-**Smooth Interactions**: Transitions and hover effects
152
152
153
-
This dashboard transforms the P2P message monitoring from a simple message list into a comprehensive network exploration tool, making it easy to understand and analyze Bitcoin SV network activity in real-time.
153
+
This dashboard transforms the P2P message monitoring from a simple message list into a comprehensive network exploration tool, making it easy to understand and analyze BSV Blockchain network activity in real-time.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Teranode P2P POC
2
2
3
-
Teranode P2P is a peer-to-peer networking component for the Bitcoin SV ecosystem. It now includes message persistence, a realtime websocket API, and a lightweight frontend for viewing/searching messages.
3
+
Teranode P2P is a peer-to-peer networking component for the BSV Blockchain ecosystem. It now includes message persistence, a realtime websocket API, and a lightweight frontend for viewing/searching messages.
4
4
5
5
## Features
6
6
7
7
-**Decentralized Networking:** Connects to other nodes using a secure, private DHT (Distributed Hash Table).
8
-
-**Configurable Topics:** Subscribes to and handles key Bitcoin SV network topics (blocks, transactions, mining status, etc.).
8
+
-**Configurable Topics:** Subscribes to and handles key BSV Blockchain network topics (blocks, transactions, mining status, etc.).
9
9
-**Message Persistence:** All received messages are stored in a SQLite database (configurable path).
10
10
-**Realtime Websocket:** All new messages are broadcast to connected websocket clients.
11
11
-**Searchable API:** Query messages by topic or peer via a REST API.
0 commit comments