Orgon
Gate

A service that provides a high-performance programming interface to the Orgon blockchain to third-party developers and services.

The system enables access to blockchain data without requiring the deployment and maintenance of its own nodes, thereby reducing the burden on users' infrastructure. OrgonGate supports requests to blockchain nodes, providing up-to-date and finalized data on blocks, transactions, and smart contracts.
Key Components
FullNode
A registry node that stores the entire history of blockchain transactions. It is used to perform read and write operations on the blockchain and to handle HTTP requests from users. The FullNode supports sending transactions and deploying smart contracts
Event Server
A component for subscribing via WebSockets to smart contract and transaction events in real time, allowing you to track changes in the blockchain.
API Gateway
A component that handles external requests to the blockchain via REST API and WebSockets. It manages access and the lifecycle of API keys, dynamically routing requests to the appropriate nodes (FullNode or SolidityNode).
SolidityNode
A node designed for processing smart contracts.

Benefits for customers

  • Remote access to the OrgonSpace blockchain, allowing interaction with the blockchain without running their own node.
  • High performance and reliability. Fast request processing is ensured by optimized nodes, guaranteeing minimal latency when retrieving data and invoking smart contracts.
  • A full-featured API for working with the blockchain, providing access to account, transaction, and block information, interaction with smart contracts, and support for events with the ability to retrieve them.
  • WebSockets support, which allows you to instantly respond to changes in the blockchain, subscribe to new transactions, blocks, and smart contract events.
  • Saving resources by eliminating the need to deploy and maintain your own blockchain nodes.
Orgon