Getting started

Installation

pip install rebase-toolkit

Authentication

Before you can use any of the SDK functionality, you must set your API key.

Your API key can be found here.

import rebase as rb

rb.api_key = <your_api_key> # change this