Via NESBridge
Managed infrastructure for maximum cross-chain compatibility
Last updated
Managed infrastructure for maximum cross-chain compatibility
Last updated
Register your interest in NESBridge/Nesa CCI Limited Preview program .
This documentation provides developers with guidance on how to interact with Nesa Chain using NESBridge/Nesa Cross-chain Interactions (CCI) protocol, designed for reliable and secure data exchange between blockchains.
Compatibility with various blockchain protocols and ecosystems is paramount in advancing NESBridge goals. That said, deployment is based on a per-blockchain basis, with priority afforded to EVM-compatible blockchains. See the interest registration form above to submit your blockchain for consideration.
NESBridge is a managed message relayer between third-party blockchains and Nesa Chain, much like those provided by and , that facilitates AI inference requests originating on third-party blockchains.
Developers interested in executing on-chain inference requests initiate them by calling the chain-specific Nesa CCI relayer contract.
Through a combination of collection, routing, and execution infrastructure, results are posted back to the location specified by the initial request.
For an example contract that performs these requests, visit on BSC Testnet.
In paying with tcciNES
, the relayer contract needs an allowance of equal or greater amount to the lockAmount
defined in your NESInferenceRequest
's options
from wallet
.
To initiate an inference request, submit a NESInferenceRequest
to the INESCCIRelayer
instance deployed on your desired blockchain.
See relevant definitions below:
In order to handle the results of an inference request, implement the INESInferenceResultHandler
interface referenced above.
The NESInferenceResult
struct defines the structure of an inference result:
Following the processing of your inference request, a NESInferenceResult
is posted to the resultHandler
listed in your original NESInferenceRequest
.
Nesa Documentation: Explore additional documentation to deepen your understanding of Nesa and its features.
This guide provides an overview of how to interact with NESBridge on third-party blockchains. If you have further questions, feel free to reach out on the Nesa Discord for assistance.
Head over to the page and select your third-party blockchain to receive tcciNES
. These tokens are blockchain-specific and are charged to accounts submitting inference requests at a 1:1 ratio to NES.
Nesa Discord: Join the for community support and discussion.