OriginTrail is an open, decentralized two-layer system synergizing blockchains (OriginTrail consensus layer comprised of multiple blockchains) and knowledge graph technology (OriginTrail Decentralized Network layer). The OriginTrail Decentralized Network (ODN) is a permissionless peer-to-peer network of OriginTrail Nodes, coordinated according to the OriginTrail protocol, implemented via its integrated blockchains.
The ODN hosts the OriginTrail Decentralized Knowledge Graph (DKG), composed of an interconnected network of Knowledge Assets which can be created by anyone without permission, owned and marketed, discovered and verified for information provenance. More information on OriginTrail can be found on the official website https://origintrail.io.
OriginTrail DKG mainnet node operates on the OriginTrail Decentralized Network (ODN). Anyone can run an OriginTrail node and become part of the ODN, contributing to the network capacity and hosting the OriginTrail DKG. The OriginTrail node is the ultimate data service for data and knowledge intensive Web3 applications and is used as the key backbone for trusted AI applications (see https://chatdkg.ai).
As a developer using the OriginTrail DKG node you can create and maintain Knowledge Asset graphs - queryable, verifiable data structures based on standardized technologies such as W3C RDF/SPARQL, JSON-LD, DID, Verifiable Credentials and thus compatible with various other W3C and GS1 standards.
Anyone with sufficient technical capacity can operate an OriginTrail DKG node and thus contribute to the network, providing services according to the OriginTrail Protocol in return for service compensation in TRAC tokens (read more about TRAC tokenomics in the OT-RFC-14).
Package | Version | License |
---|---|---|
OriginTrail Decentralized Knowledge Graph node | 6 | |
MySQL | 8 | |
Node.js | 16 | |
Blazegraph | 2.1.6 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the OriginTrail DKG mainnet node 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB OriginTrail DKG mainnet node Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "origintrail-origintraildkgma"}' \
"https://api.digitalocean.com/v2/droplets"
After successfully deploying the OriginTrail DKG node via DigitalOcean marketplace, a few additional preparations are needed before starting your node:
To execute the wallet preparation, please follow the instructions available on this link.
Add previously prepared wallets into the configuration file (.origintrail_noderc) which is located at the “root/ot-node”:
"sharesTokenSymbol": "<myExampleNode01>",
"sharesTokenName": "<My example node 01>",
"evmOperationalWalletPublicKey": "",
"evmOperationalWalletPrivateKey": "",
"evmManagementWalletPrivateKey": "",
"evmManagementWalletPublicKey": ""
Note: You are free to define any name and the tokenSymbol for your node and add them to the “sharesTokenSymbol” and “sharesTokenName” placeholders.
Starting your node:
After your node is successfully started, please follow the instructions in order to configure Houston control center, STAKE and ASK.