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: docs/getting-started/decentralized-knowle-dge-graph-dkg.md
+6-5Lines changed: 6 additions & 5 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
# Installation
2
2
3
3
{% hint style="info" %}
4
-
If you are new to OriginTrail, DKG, knowledge graphs, or blockchains, we highly recommend becoming familiar with the [DKG—Key concepts](../dkg-key-concepts.md) before proceeding. 
4
+
If you are new to OriginTrail, DKG, knowledge graphs, or blockchains, we highly recommend becoming familiar with the [DKG—Key concepts](../dkg-key-concepts.md) before proceeding.
5
5
{% endhint %}
6
6
7
7
### What are we installing today?
@@ -12,7 +12,7 @@ To install the **DKG Edge Node**, we will be using the DKG CLI (`dkg-cli`) - a s
12
12
13
13
### The DKG utilizes blockchain
14
14
15
-
The DKG Network utilizes blockchains as a trusted environment for incentivisation and securing data exchanges. It's a multichain network, so DKG Nodes support 3 blockchains, but can currently be deployed on a **single blockchain at a time** (multichain deployment support is on the way). 
15
+
The DKG Network utilizes blockchains as a trusted environment for incentivisation and securing data exchanges. It's a multichain network, so DKG Nodes support 3 blockchains, but can currently be deployed on a **single blockchain at a time** (multichain deployment support is on the way).
16
16
17
17
If you're not too familiar with blockchain technology, and not sure which blockchain to pick to get started with the DKG Node, which one is better for you etc - don't worry, a default blockchain will be chosen for you and you will be able to learn as you go (the DKG Node abstracts a lot of the complexities of blockchain for you). You shouldn't notice a big difference between blockchains while you are in development — this choice matters most when you are ready for your DKG Node deployment to mainnet.
18
18
@@ -26,6 +26,7 @@ For now, you need to know the following:
26
26
27
27
* A **macOS** or **Linux** machine with at least 8GB RAM and 20GB storage space (Windows version is on the way)
28
28
* Node.js **v22.20.0** or higher installed
29
+
* LLM API key (OpenAI, Groq, GenAI, other) and a model name 
29
30
* About 15-30 minutes of your time to complete all the steps
#### 2. Generate the DKG Node Configuration <ahref="#id-2-generate-configuration"id="id-2-generate-configuration"></a>
40
41
41
-
Your DKG Node allows for rich configuration (more on that in the **Configuration** section later), however this setup focuses on a minimal default configuration. 
42
+
Your DKG Node allows for rich configuration (more on that in the **Configuration** section later), however this setup focuses on a minimal default configuration.
42
43
43
44
We recommend setting up your project folder and starting with the default development setup on DKG testnet.
44
45
@@ -67,12 +68,12 @@ All DKG node wallets require native blockchain tokens, while the publishing wall
As mentioned previously, your DKG Node requires tokens to be able to create Knowledge Assets. 
71
+
As mentioned previously, your DKG Node requires tokens to be able to create Knowledge Assets.
71
72
72
73
**To get tokens for the DKG testnet, use the**[**testnet token faucet**](../dkg-knowledge-hub/useful-resources/test-token-faucet.md)**.** For DKG Mainnet deployments, we suggest visiting the [TRAC token](https://origintrail.io/technology/trac-token) page to check for its availability.
73
74
74
75
{% hint style="warning" %}
75
-
Make sure to fund your node keys with tokens before running the `dkg-cli install` command; otherwise, your DKG node might not function correctly. 
76
+
Make sure to fund your node keys with tokens before running the `dkg-cli install` command; otherwise, your DKG node might not function correctly.
76
77
{% endhint %}
77
78
78
79
Here's an overview of supported blockchains and the required tokens per key type.
0 commit comments