Getting started as a submitter or verifier
Help build the decentralized protocol for knowledge by submitting and verifying information at scale.
- 1.
- 2.Follow the quick start guide in the API docs
- 3.Join Discord, introduce yourself to the
#developers
channel and say what you are interested in making. - 4.
To access the Golden protocol API you need to first authenticate with a JWT token. To get your token:
- 1.Follow Accessing the dApp to create an account and gain access to the dApp. After successfully logging in you will be able to visit your settings page to retrieve your JWT token.
- 2.
- 3.
Before submitting or verifying data it is essential to understand the schema for the knowledge graph. The graph is created from subject predicate object (SPO) triples, for more background information read Triple.
- You can currently submit and verify information related to the predicates listed in the protocol schema.
- If the information you wish to submit is not included in this schema, you may request it through the Predicate Improvement Process.
For a full tutorial on data submission follow the disambiguation walkthrough readPython SDK Disambiguation Tutorial.
Instructions on identifying and completing bounties for additional rewards are detailed inCompleting a Bounty.
Last modified 13d ago