dkg.py
dkg.py copied to clipboard
:snake: Python :snake: SDK for OriginTrail Decentralized Knowledge Graph interactions
Same as https://github.com/OriginTrail/dkg.js/pull/136.
- Added support for the bid suggestion range options - Fixed gas price estimation in development enviornment - Improved Enum data classes
### Overview I've ran into an issue trying to normalize N-Quads using URDNA2015 normalization from `jsonld` library. ```python pyld.jsonld.JsonLdError: ('Could not convert input to RDF dataset before normalization.',) Type: jsonld.NormalizeError...
### Overview We've come across an inconsistency in how the byte size of JSON assertions is calculated in the Python and ot-node/dkg.js. This discrepancy has led to an error in...