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
Before you start, make sure you have:
Development environment:
For JavaScript: (v16 or higher) installed
For Python: (3.8+) installed
Code editor:
or
or any editor you prefer
Web3 wallet with test tokens for the blockchain:
or similar wallet
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.
Join our
Publish your first Knowledge Asset on the DKG with Node.js
Publish your first Knowledge Asset on the DKG with Python