Skip to content

Commit

Permalink
Merge pull request #3607 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
Sigma Testnet Release
  • Loading branch information
Mihajlo-Pavlovic authored Dec 24, 2024
2 parents c257250 + 834d164 commit 26a4567
Show file tree
Hide file tree
Showing 290 changed files with 27,317 additions and 16,241 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @branarakic @djordjekovac @NZT48 @zeroxbt @u-hubar
* @branarakic @u-hubar @Mihajlo-Pavlovic
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report for v6 ot-node
name: Bug report for V8 ot-node
about: Create an issue report
title: ''
labels: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
id: nodejs
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-cache
on:
push:
branches:
- v6/develop
- v8/develop

concurrency:
group: update-cache-${{ github.ref }}
Expand Down
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema

<br/>

- **NodeJS** 16.x (ideally, 16.16)
- **npm** >= 8.0.0
- **Node.js** 20.18
- **npm** 10.8.2

---

Expand All @@ -182,6 +182,12 @@ git clone https://github.com/OriginTrail/ot-node.git
cd ot-node
```

Switch the branch to `v8/develop`:

```bash
git checkout v8/develop
```

Install dependencies using `npm`:

```bash
Expand Down Expand Up @@ -210,18 +216,18 @@ To use default Triple Store (`blazegraph`), download the exec file and run it wi
java -server -Xmx4g -jar blazegraph.jar
```

Then, depending on the OS, use one of the scripts in order to run the local network with provided number of nodes (minimal amount of nodes should be 12):
Then, depending on the OS, use one of the scripts in order to run the local network with provided number of nodes (minimal amount of nodes should be 6):

**MacOS**

```bash
bash ./tools/local-network-setup/setup-macos-environment.sh --nodes=12
bash ./tools/local-network-setup/setup-macos-environment.sh --nodes=6
```

**Linux**

```bash
./tools/local-network-setup/setup-linux-environment.sh --nodes=12
./tools/local-network-setup/setup-linux-environment.sh --nodes=6
```

---
Expand All @@ -232,7 +238,7 @@ bash ./tools/local-network-setup/setup-macos-environment.sh --nodes=12

<br/>

In order to run a DKG node on the **Testnet** or **Mainnet**, please read the official documentation: https://docs.origintrail.io/decentralized-knowledge-graph-layer-2/node-setup-instructions/setup-instructions-dockerless
In order to run a DKG node on the **V8 Testnet**, please read the official documentation: https://docs.origintrail.io/dkg-v8-upcoming-version/run-a-v8-core-node-on-testnet

---

Expand All @@ -251,12 +257,12 @@ From an architectural standpoint, the SDK libraries are application interfaces i

The OriginTrail SDK libraries are being built in various languages by the team and the community, as listed below:

- dkg.js - JavaScript SDK implementation
- [Github repository](https://github.com/OriginTrail/dkg.js)
- [Documentation](https://docs.origintrail.io/decentralized-knowledge-graph-layer-2/dkg-sdk/dkg-v6-js-client)
- dkg.py - Python SDK implementation
- [Github repository](https://github.com/OriginTrail/dkg.py)
- [Documentation](https://docs.origintrail.io/decentralized-knowledge-graph-layer-2/dkg-sdk/dkg-v6-py-client)
- dkg.js - V8 JavaScript SDK implementation
- [Github repository](https://github.com/OriginTrail/dkg.js/tree/v8/develop)
- [Documentation](https://docs.origintrail.io/dkg-v8-upcoming-version/v8-dkg-sdk/dkg-v8-js-client)
- dkg.py - V8 Python SDK implementation
- [Github repository](https://github.com/OriginTrail/dkg.py/tree/v8/develop)
- [Documentation](https://docs.origintrail.io/dkg-v8-upcoming-version/v8-dkg-sdk/dkg-v8-py-client)

---

Expand Down
File renamed without changes.
Empty file added bin/darwin/x64/.gitkeep
Empty file.
Empty file added bin/linux/arm64/.gitkeep
Empty file.
Empty file added bin/linux/x64/.gitkeep
Empty file.
Empty file added bin/win32/x64/.gitkeep
Empty file.
Loading

0 comments on commit 26a4567

Please sign in to comment.