No project description provided
Project description
Derive.xyz Python Client.
This repo provides a unified interface for the Derive Exchange.
Please checkout the examples directory for usage.
Here is a quick demonstration of the cli functionality.
Preparing Keys for the Client
To use the client, you will need to generate an API key from the Derive Exchange.
The process involves linking your local signer to the account you want to use programmatically.
Here are the steps:
-
Generate a local signer using your preferred method. For example, you can use the Open Aea Ledger Ethereum Cli.
aea generate-key ethereum
This will generate a new private key in the
ethereum_private_key.txtfile. -
Go to the Derive Exchange and create an account.
-
Go to the API section and create a new API key.
-
Register a new Session key with the Public Address of the account your signer generated in step 0.
Once you have the API key, you can use it to interact with the Derive Exchange.
You need;
DERIVE_WALLET - The programtic wallet generated upon account creation. It can be found in the Developer section of the Derive Exchange.
SIGNER_PRIVATE_KEY - The private key generated in step 0.
SUBACCOOUNT_ID - The subaccount id you want to use for the API key.
derive_client = DeriveClient(
private_key=TEST_PRIVATE_KEY,
env=Environment.TEST, # or Environment.PROD
wallet=TEST_WALLET,
subaccount_id = 123456
)
Install
pip install derive-client
Dev
Formatting
make fmt
Linting
make lint
Tests
make tests
For convience, all commands can be run with:
make all
Releasing
We can use tbump to automatically bump our versions in preparation of a release.
export new_version=0.1.5
tbump $new_version
The release workflow will then detect that a branch with a v prefix exists and create a release from it.
Additionally, the package will be published to PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file derive_client-0.2.23.tar.gz.
File metadata
- Download URL: derive_client-0.2.23.tar.gz
- Upload date:
- Size: 302.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ea4bfa7386935cca68542d30c43d7b8f50aac9706dad959f6c3bd48b65bc3c7
|
|
| MD5 |
13d88224aa8ddb2b1f6bf7cbd3b451f6
|
|
| BLAKE2b-256 |
b0491ba64f47294a6ff1fa259afa3264745e7219890101df931c3c72fcca2dcc
|
File details
Details for the file derive_client-0.2.23-py3-none-any.whl.
File metadata
- Download URL: derive_client-0.2.23-py3-none-any.whl
- Upload date:
- Size: 587.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84265c4b3ac503884f16d7692e1e32747385440ad9cd0037ecee52a3923d7dda
|
|
| MD5 |
69247d424a8a675f9bab739b52641fd1
|
|
| BLAKE2b-256 |
7a1deb8212b21b362cbff13d9ca7abce65a031bcad54821d94d1bbd1a6eddd81
|