Questions tagged [ontology-network]

Ontology is a high-performance public blockchain project (like Ethereum and Bitcoin). Questions should relate to programming on the Ontology Network. General questions about Ontology should be asked on the general Cryptocurrency page: https://bitcoin.stackexchange.com

Ontology is a high-performance public blockchain project and a distributed trust collaboration platform. It allows the development and production of smart contracts.

Smart contracts are run using the NEO virtual machine (NEOVM) and the Ontology WASM VM, to execute scripts on the Ontology Network.

Ontology also provides two cryptocurrency tokens, Ontology (ONT) and Ontology Gas (ONG). ONG, is used to pay for transactions on the network and alleviate any network spam.

The official website is https://ont.io

8 questions
2
votes
1 answer

How do I create an address in Ontology

What's the best way to create an address in Ontology using Javascript? I can see how to call getBalance and getTransactions but need to get an address first.
Rudrika
  • 155
  • 9
1
vote
1 answer

How to access the production version of MyWorld Standard offered to support digital identity network built with Platform of trust tools?

I have experimented with MyWorld Standard in sandbox environment using as guidance this guide https://developer.oftrust.net/cases/myworld-standard-app/ How can I access production version for this application? Is it available?
user14576102
1
vote
1 answer

Why I can't visualize in MyWorld Standard digital identity created with Insomnia workspace offered by Platform of Trust?

I have created a small identity network using insomnia workspace as it described here https://developer.oftrust.net/guides/workflow-using-insomnia-workspace/ I have account on sandbox. I have logged in MyWorld Standard App…
user14576102
1
vote
1 answer

How can I find out what are the available context links which can be used when creating identities in Platform of Trust?

I want to create identity network with Rooms and Sensors. I found in API documentation some example with Group : curl -i -X POST \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d \ "{ \"context\":…
user14576102
1
vote
2 answers

Ontology Blockchain development

I'm analyzing the Ontology blockchain. The core of the Ontology blockchain is written in the Go language and there are numerous SDKs available, including one in TypeScript. I can see that the desktop wallet is written using the TypeScript SDK. What…
Crea
  • 37
  • 4
0
votes
0 answers

Annotating text data with ontologies

I have a list of plant organisms (text) and I want to annotate them with ontologies(Plant ontology, Crop Ontology, Food Ontology, etc), I was using ontology lookup services to do the annotation manually but it taking soo much time, the list is about…
Agnes
  • 1
  • 1
0
votes
1 answer

inputting GOslim into ClueGO on Cytoscape

I am trying to put a GOslim ontology into ClueGO on Cytoscape to analyze my data. I have found where I can import the ontology and a databased with the ontology (http://geneontology.org/docs/download-ontology/); however, the OBO file (the file…
-3
votes
0 answers

Is there a way to automate the search for quotes?

let say that I want to buy an item and some sellers that I don't know sell it on the internet. Would it be possible to get the best quote without browsing or scraping a list of websites? A mix of operational research and big data? I am reading Neo4j…