Installation

Prerequisites

Before you start, ensure you have the following prerequisites:

To install OpenRank SDK binary, run:

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:

Creating your first reputation graph

Last updated