Installation
Prerequisites
Before you start, ensure you have the following prerequisites:
git cli (https://git-scm.com/downloads)
git lfs extention (https://git-lfs.com/)
To install OpenRank SDK binary, run:
Only MacOS and Linux systems are supported. Windows support is coming soon!
curl -fsSL https://raw.githubusercontent.com/openrankprotocol/openrank-tee/main/scripts/install.sh | bash
This will install openrank
cli globally on your machine. To verify that installation is done correctly, run:
openrank --version
Now, we can setup our workspace and start ranking:
Last updated