Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 6b70fc1

Browse files
committed
Update docs to use just Hemi
1 parent a86562a commit 6b70fc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# CryptoChords
22

3-
CryptoChords is a tool for visualizing activities on the [Hemi network](https://hemi.xyz). It features a web application that enables users to explore the network and visualize transactions in a user-friendly manner.
3+
CryptoChords is a tool for visualizing activities on [Hemi](https://hemi.xyz). It features a web application that enables users to explore the network and visualize transactions in a user-friendly manner.
44

55
This document provides instructions on how to set up, run, and contribute to the project.
66

77
## Visual Representation of the Network
88

9-
CryptoChords provides a visual representation of the Hemi network using a piano keyboard as a metaphor. Every time a new transaction is added to the network, a cube appears on a piano key, representing the transaction. The transaction details are displayed on the screen, and if sound is enabled, the corresponding piano note is played simultaneously.
9+
CryptoChords provides a visual representation of Hemi using a piano keyboard as a metaphor. Every time a new transaction is added to the network, a cube appears on a piano key, representing the transaction. The transaction details are displayed on the screen, and if sound is enabled, the corresponding piano note is played simultaneously.
1010

1111
There are four types of transactions, each represented by a different color and associated with a different quadrant of the piano keyboard:
1212

apps/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CryptoChords Api
22

3-
CryptoChords is an API developed using Domain-Driven Design (DDD) principles to facilitate interaction with the Hemi network. This document provides instructions for setting up, running, and contributing to the project.
3+
CryptoChords is an API developed using Domain-Driven Design (DDD) principles to facilitate interaction with Hemi. This document provides instructions for setting up, running, and contributing to the project.
44

55
This project provides an API that exposes two distinct ports to separate environments for blockchain interaction:
66

apps/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CryptoChords Web App
22

3-
This is the web application of the CryptoChords project. It is a front-end application that allows users to visualize activities on the [Hemi network](https://hemi.xyz).
3+
This is the web application of the CryptoChords project. It is a front-end application that allows users to visualize activities on [Hemi](https://hemi.xyz).
44

55
## Architecture
66

0 commit comments

Comments
 (0)