Open infrastructure for training AI as a public good.
InfiniteZero is building the commons for AI — the way the internet itself is a public good. Millions of devices contribute quietly to shared AI models, with raw data never leaving the user's device. Only anonymised, encrypted patterns join the network.
This repository contains the DevNet setup and tooling for developers and validators building on the InfiniteZero Network protocol.
Built on Ethereum. Governed by the community. Models belong to the commons.
This project consists of multiple components:
- CLI:
dincliis a command line interface for interacting with the InfiniteZero Network - Hardhat / Foundry (Optional): Used for smart contract compilation and development
- IPFS Provider: Handles uploading and fetching of network artifacts
For step-by-step guidance on how to register as an aggregator (validator), please refer to the documentation:
https://github.com/InfiniteZeroFoundation/DevNet/blob/main/Documentation/GettingStarted.md
To install dincli, please see dincli Documentation.
To configure the IPFS API, please see dincli Documentation.