Oxide is a package-manager that makes integrating verifiable and zero-knowledge computation into your projects a breeze.
To learn more and use the tool, register for the open-alpha:
Oxide is best installed globally with pip or your choice of python package-manager:
$ sudo -H python3 -m pip install ironmill-oxide
Oxide has the following design-decisions made as opposed to other package-managers:
- Version specifier is version (Not branch or revision)
- No lock-file present (Shallow dependency trees)
- Not synced (Expected large file sizes)
- PDM (Project dependency manager)
- "Asymmetric" - Bundled circuits we download and projects we are used in are different: Circuit manifests and project manifests look different