Quickstart (test drive the DKG in 5 mins)
Last updated
Was this helpful?
Last updated
Was this helpful?
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 (KA) using —no complex setup required.
You'll use the (JavaScript or Python) to:
Connect to a
Publish a simple Knowledge Asset (KA)
Retrieve that KA by querying the DKG
Node.js (for JavaScript SDK) or Python (3.8+)
A Web3 wallet (e.g., MetaMask) with:
Test TRAC tokens
Test Neuro tokens
A public DKG node endpoint, which you can find
Or you can use the Python SDK:
Before you start, make sure you have:
Development environment:
Code editor:
Test TRAC tokens for publishing the Knowledge Asset
Test NEURO tokens for gas fees
🪙 Getting Test Tokens
Navigate to the #faucet-bot
channel
Type !help
to see available commands
Use the bot to get free Test TRAC and NEURO tokens
To receive TRAC on Neuroweb, first acquire NEURO via the faucet to initiate your wallet.
To learn more about querying the DKG go .
For JavaScript: (v16 or higher) installed
For Python: (3.8+) installed
or
or any editor you prefer
Web3 wallet with test tokens for the blockchain:
or similar wallet
Join our
Publish your first Knowledge Asset on the DKG with Node.js
Publish your first Knowledge Asset on the DKG with Python