Building the AVS in Imua
This page describes how to build the AVS to integrate with Imua
Last updated
This page describes how to build the AVS to integrate with Imua
Last updated
Prior to initiating the development and implementation of AVSs within the Imua network, we recommend reviewing the AVS Overview. This high-level guide will provide you with a thorough understanding of the AVS workflow in Imua Networks, enabling you to proceed more smoothly.
To begin the process below, fork the example repo here
Implement an instance of AVS service contract
Please see the example from our which utilizes the .
Integrate with the
Deploy your AVS Contracts on Imuachain
AVS registration with Imuachain
Operator registration with the AVS.
AVS Task registration with Imuachain
Package a customized Operator executable binary based on the hello-world-avs example and the imua-avs-sdk, ensuring long-term operational capability.
Document for testnet user, Operator, AVS demand document, including:
AVS definition: AVS register, deregister, meta information and etc.
AVS Task definition: AVS Task register, deregister, meta information and etc.
Operator instruction to install, register, deregister.
Operator monitoring tooling, such as Grafana dashboard, log files and more.
AVS Smart Contract Auditing: have your codebase audited with reputable audit firm.
Finalize the AVS Service, User and Operator documentation.