Skip to content

threesigmaxyz/starkexpress-python-sdk

Repository files navigation

StarkExpress Python SDK Github Actions License: MIT

Disclaimer: This SDK is currently under active development, please open an issue for bug reporting.

Introduction

The StarkExpress Python SDK is a collection of tools that allow you to interact with the StarkExpress platform. The SDK is composed of two main components: the StarkExpress Python SDK and the StarkExpress CLI tool.

Documentation

You can consult the documentation page here. We encourage all users to read through the documentation to gain a better understanding of the SDKs and how to use them. Additionally, we welcome any contributions to the documentation.

Installation

To install the StarkExpress Python SDK and CLI tool, you can use pip package manager. Open your terminal and run the following command:

pip install git+https://github.com/threesigmaxyz/starkexpress-python-sdk.git

This command will download and install the latest SDK version along with its dependencies.

Once the installation is complete, you can verify that the installation was successful by running the following command:

starkexpress-cli --version

If the installation was successful, this command will display the current version of the StarkExpress CLI tool.

Getting Started

Once you have completed the installation steps, you can get started with the StarkExpress CLI tool. The following command will display all available commands along with a brief description:

starkexpress-cli --help

Before using the CLI you must authenticate your client with StarkExpress using the provided client ID and secret:

starkexpress-cli auth login --client-id=CLIENT_ID --client-secret=CLIENT_SECRET

More details regarding available commands can be found in the documentation.

About Us

Three Sigma is a venture builder firm focused on blockchain engineering, research, and investment. Our mission is to advance the adoption of blockchain technology and contribute towards the healthy development of the Web3 space.

If you are interested in joining our team, please contact us here.


About

A Python SDK for interacting with StarkExpress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages