Quickstart (test drive the DKG in 5 mins)

Welcome to your first hands-on experience with the OriginTrail Decentralized Knowledge Graph (DKG)! In just a few minutes, you'll publish and retrieve your first Knowledge Asset (KA) using public DKG nodes—no complex setup required.


✨ What you'll accomplish

You'll use the DKG SDK (JavaScript or Python) to:

  • Connect to a public DKG node

  • Publish a simple Knowledge Asset (KA)

  • Retrieve that KA by querying the DKG

No need to run your own node — we'll use public infrastructure so you can dive in instantly!


📋 What you'll need

Before you start, make sure you have:

  1. Development environment:

    • For JavaScript: Node.js (v16 or higher) installed

    • For Python: Python (3.8+) installed

  2. Code editor:

  3. Web3 wallet with test tokens for the NeuroWeb blockchain:

    • MetaMask or similar wallet

    • Test TRAC tokens for publishing the Knowledge Asset

    • Test NEURO tokens for gas fees

🪙 Getting Test Tokens

  1. Navigate to the #faucet-bot channel

  2. Type !help to see available commands

  3. Type !fundme_neuroweb [YOUR_ADDRESS] to get NEURO tokens and activate your wallet (used to pay transaction fees on NeuroWeb blockchain)

  4. Type !fundme_neuroweb_trac [YOUR_ADDRESS] to get TRAC tokens (used for publishing new Knowledge Assets)

💻 Choose your development path

Last updated

Was this helpful?