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: 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
@@ -24,7 +24,7 @@ forming an `unstoppable` web of utility and security.
24
24
25
25
➪ A recursive framework to build blockchains.
26
26
27
-
➪ The seed chain code that started the recursive cycle.
27
+
➪ The seed chain that started the recursive cycle.
28
28
29
29
For more information on the Canopy Network Protocol visit [https://canopynetwork.org](https://canopynetwork.org)
30
30
@@ -38,7 +38,7 @@ For more information on the Canopy Network Protocol visit [https://canopynetwork
38
38
39
39
## Repository Documentation
40
40
41
-
Welcome to the Canopy Network reference implementation. This code base can be well understood reading about the core modules:
41
+
Welcome to the Canopy Network reference implementation. This repository can be well understood reading about the core modules:
42
42
43
43
-[Controller](controller/README.md): Coordinates communication between all the major parts of the Canopy blockchain, like a central hub or "bus" that connects the system together.
44
44
-[Finite State Machine (FSM)](fsm/README.md): Defines the logic for how transactions change the blockchain's state — it decides what’s valid and how state transitions happen from one block to the next.
@@ -55,7 +55,7 @@ make build/canopy-full
55
55
canopy start
56
56
```
57
57
58
-
## How to Run It With 🐳 Docker
58
+
## How to Run It with 🐳 Docker
59
59
60
60
➪ To run a Canopy `Localnet` in a *containerized* environment, use the following commands:
0 commit comments