Disclaimer: This SDK is currently under active development, please open an issue for bug reporting.
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.
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.
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.gitThis 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 --versionIf the installation was successful, this command will display the current version of the StarkExpress CLI tool.
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 --helpBefore 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_SECRETMore details regarding available commands can be found in the documentation.
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.