Skip to content
Open

Docs #21

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/.gitbook/assets/Edge_Node_cover (1).png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/.gitbook/assets/V8 Timeline (1).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/aa (1).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (16).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (21).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (8).png
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

* [Architecture](build-a-dkg-node-ai-agent/architecture.md)
* [Essentials Plugin](build-a-dkg-node-ai-agent/essentials-plugin.md)
* [Using the DKG client](build-a-dkg-node-ai-agent/using-the-dkg-client.md)
* [Customizing your DKG agent](build-a-dkg-node-ai-agent/customizing-your-dkg-agent.md)
* [Evaluating agent responses](build-a-dkg-node-ai-agent/evaluating-agent-responses.md)
* [Set up your custom DKG Node fork & update flow](build-a-dkg-node-ai-agent/set-up-your-custom-dkg-node-fork-and-update-flow.md)
Expand All @@ -41,7 +42,7 @@
* [IPO voting](build-a-dkg-node-ai-agent/advanced-features-and-toolkits/dkg-paranets/initial-paranet-offerings-ipos/ipo-voting.md)
* [Contributing a plugin](build-a-dkg-node-ai-agent/contributing-a-plugin.md)

## Contribute to the DKG 
## Contribute to the DKG

* [Hackathon: Scaling Trust in the Age of AI](contribute-to-the-dkg/hackathon-scaling-trust-in-the-age-of-ai/README.md)
* [DKG Social Graph Query Guide](contribute-to-the-dkg/hackathon-scaling-trust-in-the-age-of-ai/dkg-social-graph-query-guide.md)
Expand Down Expand Up @@ -83,7 +84,7 @@
* [Random Sampling & proofs explained](dkg-knowledge-hub/learn-more/introduction/random-sampling-dkg-proof-system/README.md)
* [Random Sampling rollout](dkg-knowledge-hub/learn-more/introduction/random-sampling-dkg-proof-system/random-sampling-rollout.md)
* [Random Sampling FAQ](dkg-knowledge-hub/learn-more/introduction/random-sampling-dkg-proof-system/random-sampling-faq.md)
* [Rules & token thresholds](dkg-knowledge-hub/learn-more/introduction/rules-and-token-thresholds.md)
* [Edge Vs. Core Node — Rules & token thresholds](dkg-knowledge-hub/learn-more/introduction/edge-vs.-core-node-rules-and-token-thresholds.md)
* [Connected blockchains](dkg-knowledge-hub/learn-more/connected-blockchains/README.md)
* [NeuroWeb Parachain](dkg-knowledge-hub/learn-more/connected-blockchains/neuroweb.md)
* [Base Network (L2)](dkg-knowledge-hub/learn-more/connected-blockchains/base-blockchain/README.md)
Expand All @@ -98,6 +99,7 @@
* [Protocol updates](dkg-knowledge-hub/learn-more/previous-updates/dkg-v8.0-update-guidebook/protocol-updates.md)
* [Feature roadmap](dkg-knowledge-hub/learn-more/previous-updates/dkg-v8.0-update-guidebook/feature-roadmap.md)
* [How to upgrade to V8?](dkg-knowledge-hub/learn-more/previous-updates/dkg-v8.0-update-guidebook/how-to-upgrade-to-v8.md)
* [Staking cap & outstanding network rewards release](dkg-knowledge-hub/learn-more/previous-updates/staking-threshold-update-and-outstanding-network-rewards-release.md)
* [What is a DKG Node?](dkg-knowledge-hub/learn-more/decentralized-knowle-dge-graph-dkg.md)
* [How-tos & tutorials](dkg-knowledge-hub/how-tos-and-tutorials/README.md)
* [Fund your Web3 wallets](dkg-knowledge-hub/how-tos-and-tutorials/fund-your-web3-wallets.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Then, install the required dependencies by running:
npm install
```

Next, create a file called `.env` and add the following lines:
Next, create a file called `.env` and add the following lines:

```sh
NODE_ENV=development
Expand All @@ -61,7 +61,7 @@ RPC_ENDPOINT_BC2=http://127.0.0.1:9545
To start the local DKG network, run the **local network setup** script to install multiple node engines in the local environment. To ensure stability of operation, it is recommended to run at least 5 node engines (1 bootstrap and 4 subsequent node engines).

{% hint style="warning" %}
The scripts below only work for macOS and Linux (or Windows WSL). 
The scripts below only work for macOS and Linux (or Windows WSL).

If you need help with the setup, contact the core development team on [Discord](https://discord.com/invite/FCgYk2S).
{% endhint %}
Expand All @@ -79,14 +79,12 @@ To start the local DKG network on **Linux**, run the following command:
./tools/local-network-setup/setup-linux-environment.sh --nodes=5
```



{% hint style="info" %}
### Contributing
#### Contributing

These setup instructions are a work in progress and are subject to change. The core development team expects to introduce improvements in setting up the DKG node engine in the local environment in the future.

As DKG Node is open source, we **happily invite you to contribute to building the Decentralized Knowledge Graph.** We're excited about your contributions! 
As DKG Node is open source, we **happily invite you to contribute to building the Decentralized Knowledge Graph.** We're excited about your contributions!

Please visit the [GitHub](https://github.com/OriginTrail/ot-node) repo for more info.
{% endhint %}
3 changes: 1 addition & 2 deletions docs/build-a-dkg-node-ai-agent/contributing-a-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Learn more in Turborepo docs.

### Further resources

👥 OriginTrail Discord server
👥 OriginTrail [Discord](https://discord.com/invite/xCaY7hvNwD) server

📖 **Expo framework:**

Expand All @@ -165,4 +165,3 @@ Learn more in Turborepo docs.
* [Filtering](https://turborepo.com/docs/crafting-your-repository/running-tasks#using-filters)
* [Configuration Options](https://turborepo.com/docs/reference/configuration)
* [CLI Usage](https://turborepo.com/docs/reference/command-line-reference)

Loading
Loading