API Overview
The easiest and fastest way to enable chain abstraction.
Talk to us for access to the full developer docs.
Orby is a chain abstraction supernode that extends node functionality to enable chain abstraction, gas abstraction, transaction monetization, and more. It enables this by providing developers with custom APIs that enable special functionality. Orby API can be grouped into two overarching categories, both supported by every Orby virtual node.
Orby Custom API: Orby Custom API consists of all functions that let the Orby magic happen. This includes API for chain abstraction, gas abstraction, and transaction monetization. It also comes with API for chain abstraction data, streamlining the process of building user-friendly products.
EVM Client API: As the name suggests, the EVM Client API consists of the default functions supported by clients of EVM blockchains. This includes the likes of eth_blockNumber, eth_getBlockByHash, etc.
Last updated