Resource
Development Resource
Sdks
Elgamal: Use to encrypt and decrypt input/output.
github: https://github.com/AizelNetwork/Aizel-web/blob/pr-v2-adjust/src/utils/Elgamal.js
Contracts
Verifier Contract
Verifier Contract: Verifier cluster, used to verify inference service.
github: https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/Verifyier/Verifier.sol
0x2985d7898017A5461B5a0BE345B3012F6d57c430
Node Contract
Verify Node: Verify cluster node information, used to verify node registration.
github: https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/NodeRegistry/VerifierNode.sol
0xc7aF3DBbA655E3b1414a7C8ba169454AeAd60Ffc
Data Node: Data cluster node information, used to data node registration.
github: https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/NodeRegistry/DataNode.sol
0xc837ebaE9D029c8Bb731F7E60F18e0a83911667c
Model Node: Model cluster node information, used to model node registration.
github: https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/Model/Models.sol
0x0000000000000000000000000000000000000000
Inference Node: Inference cluster node information, used to inference node registration.
github: https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/NodeRegistry/InferenceNode.sol
0x65868c77B1073326c509e9Da899686F39c7016bb
Services contract
Inference Service: Responsible for processing inference requests and inference payments.
github:https://github.com/AizelNetwork/evm-contracts/blob/master/contracts/Inference/Inference.sol
0x635Ca0FA41caBDB3784336c5551AA4b9cA140a46
Services
Gate Service: A service about aizel network apis.