From f2ae5e15c050ba1a43144f99c285e38e0ae2e248 Mon Sep 17 00:00:00 2001 From: Lexpeartha <43365376+Lexpeartha@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:22:43 +0100 Subject: [PATCH] docs: Update README for DKG Engine project Updated all references of ot-node to dkg-engine --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2242fa75d..4634c9d5b 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@
- + OriginTrail Node Banner -

OT-Node

+

DKG Engine


OriginTrail Docs · - Report Bug + Report Bug · - Request Feature + Request Feature

@@ -178,8 +178,8 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema First, clone the repo: ```bash -git clone https://github.com/OriginTrail/ot-node.git -cd ot-node +git clone https://github.com/OriginTrail/dkg-engine.git +cd dkg-engine ``` Switch the branch to `v8/develop`: @@ -194,7 +194,7 @@ Install dependencies using `npm`: npm install ``` -Create the .env file inside the "ot-node" directory: +Create the .env file inside the "dkg-engine" directory: ```bash nano .env