Ontology Developer Center
DISCOVERCOMMUNITYSUPPORT
  • Introduction
  • Discover Ontology
  • Getting Started
  • Glossary
  • Decentralized Identity and Data
    • ONT ID
      • Decentralized Identifiers
        • Method Specification for Ontology
        • Method Specification for Ethereum
        • Method Specification for BSC
      • Verifiable Credentials
        • Anonymous Credentials
      • ONT Login
        • Scenarios
        • Protocol Specification
        • Front-end JavaScript SDK
          • Integration and Usage
          • API Reference
        • Front-end UI SDK
          • Integration and Usage
          • API Reference
        • Back-end Go SDK
          • Integration and Usage
          • API Reference
        • Back-end Java SDK
          • Integration and Usage
          • API Reference
      • ONT TAG
        • Workflow
        • API Reference
      • Mercury
      • OScore
    • DDXF
      • Components and Interfaces
      • GREP
      • Overall Scheme
      • Solutions
        • Marketplace
          • Deployment
          • Scenarios
          • SaaS Tenant
          • Java SDK
        • Data Storage
          • Deployment
          • Java SDK
        • Resource Auditor
        • Offline Judge
      • Use Cases
        • E-Shops
  • ONTOLOGY ELEMENTS
    • Smart Contracts
      • Types of smart contracts
    • Token Protocols
    • Consensus Mechanism
    • Ontology Oracle
      • Oracle Process Flow
  • GUIDES & TUTORIALS
    • Development Guides
      • dApp Development
        • Using the dAPI
        • Data Synchronization
      • Smart Contract Development
        • EVM Contract
          • Development Environment and Tools
          • Wallet Setup
          • Contract Development
          • How to Deploy a Smart Contract with GetBlock
        • NeoVM Contract
          • Development tools and environment
          • Launching the IDE
          • Writing and editing program logic
          • Deploying and testing on private net
        • WASM Contract
          • Development Environment
          • Project Initiation - Hello World
          • Creating your own project
          • Development using SmartX
          • Runtime API
          • Contract Fundamentals
          • Inter-contract Interaction
          • Developing Contracts in C++
        • Publish Contract Source Code
    • Integration Guides
      • dApp Integration
        • dAPI Integration
          • Chrome Plugin
          • Mobile wallet dApp
          • QR code mechanism
          • Wake call mechanism
        • Cocos 2D-x
        • Unity 3D applications
      • Mobile Wallet Integration
        • SDK integration
        • dAPI Integration
          • In-wallet applications
          • QR code mechanism
          • Wake call mechanism
        • Stake
      • Using ONT ID
      • Exchange Integration
        • Exchange Docking Guide
        • Exchange API
      • Ontology for dApp Stores
    • EVM & Token Decimals Upgrade
  • ONTOLOGY NODE
    • Abstract
    • Node Deployment
      • Standard Node
      • Rosetta Node
    • Interacting with a Public Node
  • DEVELOPER TOOLS
    • dApp Development Framework
      • Punica CLI
      • Punica boxes
      • Solo Chain
    • IDE
    • APIs
      • HTTP API
        • Restful
        • WebSocket
        • Remote Procedure Call (RPC)
      • Explorer v2 API
        • Block
        • Address
        • Contract
        • Token
        • Transactions
        • ONT ID
        • Summary
        • Node
      • Native Token API
        • ONT Contract API
        • ONG Contract API
      • ONT ID Contract API
      • Web3 API
      • OScore Open API
      • Rosetta Node API
        • Data API
        • Construction API
      • DToken Contract API
      • DDXF
        • Marketplace Contract API
        • Storage API
      • Governance API
    • Digital Wallet
      • Chrome Plugin provider
      • Chrome Plugin dAPI
      • Mobile version provider
      • Mobile version dAPI
    • SDKs
    • Signing Server
      • Installation
      • API reference
  • COMMUNITY
    • Ecosystem Programs
    • Community Libraries
    • Community Events
    • Community Channels
    • Core Contributors
  • SUPPORT
    • FAQ
      • Basic blockchain concepts
      • Ontology Nodes
      • Ontology token protocols
      • Smart contracts
      • SDKs and APIs
    • Contact Us
Powered by GitBook
On this page
  • Blockchain
  • Node
  • Block
  • Transaction
  • Tokens
  • ONT
  • ONG
  • Smart Contracts
  • NeoVM
  • Web Assembly Framework - WASM
  • Digital Wallet
  • dApp - Decentralized Application
  • Bridge
  • Explorer
  • OEP - Ontology Enhancement Proposals
  • SDKs
  • dAPI
  • Restful API
  • RPC API
  • Websocket API
  • Entity
  • ONT ID
  • DDXF
  • Resource
  • Claim
  • Trust Network
  • Nonce

Was this helpful?

Glossary

Key terms and concepts related to Ontology

Here is a list of terminology and concepts that are frequently referred to throughout the documentation. This list can also be used a reference or starting point for users who are getting started with the Ontology framework.

Certain related terminology and concepts have been grouped together for ease of understanding and access.

All the term and concept definitions mentioned in this glossary are limited within the scope of Ontology.

Blockchain

A ledger-based network of nodes that function based on consensus and trust. All the functionality and applications work based on the implementation of the aforementioned characteristics which have been brought about using complex algorithms and cryptography.

Node

A node is an instance or the most basic element of a node-based P2P network. The same definition applies to blockchain based networks which are P2P in nature, generally speaking.

In the context of the Ontology framework, a node is a functioning deployment of the official Go-based implementation of the Ontology core.

Block

A block is a ledger unit where transaction records are registered with the corresponding transaction hashes with all the data being open and transparent for all the nodes to be accessed and synchronized with. Blocks can be referred to using their height in the chain. A collection of time synchronized and linked blocks essentially forms the blockchain.

Ontology blockchain offers fast blockchain generation rates with a new block being generated about every 6 seconds.

Transaction

In the traditional sense, we understand transactions to be transmission or transfer of financial assets and goods. But in terms of blockchain, any transfer of data or message passing between two nodes of a network or the blockchain is considered a transaction. Each transaction has a transaction hash which can be used to find out details regarding the particular transaction.

Tokens

ONT and ONG are Ontology chain's native tokens.

ONT

Characteristics of ONT:

  1. Can be used as a governance token on the Ontology chain for staking.

  2. Indivisible. i.e., the smallest unit of the token is limited to unity.

Token decimal:

Originally ONT was designed to have 0 decimal. After the upgrade at the block height of 13920000, it's updated to 9 decimals.

ONG

ONG is a cryptocurrency much like ONT.

Characteristics of ONG:

  1. Divisible in nature. Smallest unit of ONG can be as small as 0.000000001 (precise to 9 decimal places)

Token decimal:

Originally ONG was designed to have 9 decimals. After the upgrade at the block height of 13920000, it's updated to 18 decimals.

Smart Contracts

Smart contracts are the fundamental units of logic as far their usage within the blockchain ecosystem is concerned. Smart contracts implement functionality by releasing assets on single, or multiple chains based on the business logic and architecture, when certain fixed and acknowledged contractual clauses are fulfilled, or fail to fulfill. Hence, smart contracts can be used to program complex logic and functionality without any constraints in terms of industry.

NeoVM

Web Assembly Framework - WASM

Just like NeoVM, the Webassembly framework has the capability of processing portable binary code. Applications can be developed using the Ontology framework and then compiled to optimized binary code which can then be processed by the Webassembly engine. The WASM framework currently supports Rust and C++.

Digital Wallet

dApp - Decentralized Application

A decentralized application implements features and the back end mechanism of a distributed system or network to achieve its business logic. Ontology provides the required framework and SDKs that facilitate dApp development. Follow the link below for a brief introduction to dApps.

Bridge

Explorer

OEP - Ontology Enhancement Proposals

OEPs define new standards for tokens and token protocols based on the Ontology framework and the native tokens ONT and ONG. Please follow the following link for details on the currently existing OEP token protocols.

SDKs

An SDK is a collection of tools packaged together for easy access to developers. Ontology provides SDKs in all major languages to support dApp development and the developer community. Follow the link below to refer to the list of SDKs made available by Ontology.

dAPI

A blanket term referring to the APIs provided by Ontology.

Restful API

The Restful API is primarily useful for fetching on-chain data by sending individual requests to obtain individual responses. The Restful API uses HTTP requests and responses to communicate data.

RPC API

The Remote Procedure Call (RPC) API has been implemented based on the JSON-RPC protocol. RPC uses HTTP requests and responses to communicate data.

Websocket API

The Websocket API has been implemented based on the websocket protocol, which establishes a bi-directional link between the node and the chain that allows free flow of data.

Entity

In the context of a distributed network an entity could be an individual, institutions that verify trust based claims, government bodies, etc. with no limitations. Ontology's ONT ID and DDXF protocol involve entities that perform various functions to verify identity and exchange resources in a credibility and trust based network.

ONT ID

A digital identity that is assigned to entities in the Ontology network in order to serve as a digital identifier.

DDXF

Resource

In the context of DDXF, a resource is anything that is available on the marketplace. A resource can be physical in nature such as articles of value, or a digital copy of creative production, or even processing power or storage from a cloud platform. Activities of exchange and transfer can be carried out on these resources using the exchange system in place.

Claim

A claim is a verifiable credential or ownership related assertion that holds value under specific circumstances in a trust network and can be used to represent information such as personal data, digital signatures, attributes and ownership status linked with physical objects, etc.

Trust Network

A decentralized network that involves entities that use the verifiable credentials and a trust mechanism to carry out transactions that can involve digital tokens or other tokenized assets.

Nonce

An arbitrary number used in cryptographic communication. The number can only be used once.

PreviousGetting StartedNextONT ID

Last updated 3 years ago

Was this helpful?

ONT is a cryptocurrency token that has gained popularity in the digital currency market. It can be used for general exchange purpose within applications that support it. Feel free to explore the in . It can be exchanged for other digital currencies, e.g. Bitcoin or Ethereum, or fiat, e.g. USD, over exchange platforms that accept ONT, such as and .

ONG serves as the gas to perform operations on the Ontology blockchain. Each on-chain action, or a consumes a small amount of gas fee.

The Neo virtual machine is the engine that processes and runs the AVM byte code generated upon compiling Ontology smart contracts. Currently NeoVM supports contracts written using Python and C#. Feel free to check out Ontology's online IDE (access using Google Chrome).

A wallet that allows the user to store and utilize digital currency. Ontology currently has three digital wallets available for usage, , a chrome plugin wallet, , which is available in the form of a mobile application, and , which is a desktop wallet.

Ontology supports the exchange between OEP-4 and ORC-20 tokens, and ONG transfer between Ontology addresses (a-) and Etheruem addresses (0x-). In the future, it will support NFT transfers.

Here's a detailed .

The is Ontology's trust verifier. Block, transaction and contract related information can be looked up conveniently using the corresponding identifiers such as the transaction hash, block height, contract hash, etc.

An abbreviation of Distributed Data Exchange Framework designed by Ontology that allows tokenization and exchange of data and claims via a marketplace. Click for more details.

Smart Contract Development
SmartX
WASM Contract
Cyano
ONTO
OWallet
Bridge
Explorer
Token Protocols
SDKs
Using the dAPI
ONT ID
here
DDXF
Verifiable Credentials
transaction
tutorial
Binance
Huobi
dApps
ONTO