Tooling for IVS
An IVS image is an enclave image that consists of the input-verification-client and input-verification-executable. The Market Creator needs to code and build the input-verification-executable as the first step and then copy-paste it into a template codebase to build the enclave image. The input-verification-client is a simple client that takes some runtime variables like RPC URL and is already part of the template codebase.
In V1, market makers were required to manually implement every API, which was highly error-prone. In V2, market makers only need to define the logic for verification through a standardized interface. The underlying framework handles all other aspects, significantly reducing the risk of errors. Therefore, it is strongly recommended to develop IVS using V2.
🗃️ V1 (Deprecated)
2 items
🗃️ V2
3 items