Wasd3r standard dev kit
Project description
Wasd3r Python SDK
Installing SDK
Unix/macOS
python -m pip install wasd3r-sdk
Windows
py -m pip install wasd3r-sdk
Using specific blockchain locally (optional)
Supporting APTOS
To use APTOS without a wasd3r server, aptos-sdk needs to be installed optionally.
Unix/macOS
python -m pip install wasd3r-sdk[APTOS]
Windows
py -m pip install wasd3r-sdk[APTOS]
Preparing DEV environment
Using pyenv
pyenv could be installed via this link.
Initialize env
pyenv install 3.8.13
pyenv global 3.8.13
git clone git@github.com:WASD3Rplay/wasd3r-sdk.git
cd wasd3r-sdk
PATH=$(pyenv root)/shims:$PATH; poetry env use python3.8; poetry install
Start env
cd wasd3r-sdk
poetry shell
python --version
# Python 3.8.13
which python | xargs ls -al
# /poetry/virtualenvs/wasd3r-sdk-xx-py3.8/bin/python -> /pyenv/versions/3.8.13/bin/python3.8
Using Miniconda
Miniconda could be install via this link.
Initialize env
conda create -n wasd3r-sdk-py3.8 python=3.8
conda activate wasd3r-sdk-py3.8
git clone git@github.com:WASD3Rplay/wasd3r-sdk.git
cd wasd3r-sdk
poetry env use python3.8; poetry install
Start env
cd wasd3r-sdk
poetry shell
python --version
# Python 3.8.x
which python | xargs ls -al
# /poetry/virtualenvs/wasd3r-sdk-xx-py3.8/bin/python -> /miniconda/envs/wasd3r-sdk-py3.8/bin/python3.8
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
wasd3r_sdk-0.0.2.tar.gz
(4.2 kB
view details)
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 wasd3r_sdk-0.0.2.tar.gz.
File metadata
- Download URL: wasd3r_sdk-0.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf6ac743b7249a37066140f126a67d8388578f7eab80576701fcc9e1a4882b70
|
|
| MD5 |
dfa71b1c29bc74185fe03f5112353a53
|
|
| BLAKE2b-256 |
d30964e50debd76b0c02aaef68ddec77257fb37f03c77fcb847b7a60912aae85
|
File details
Details for the file wasd3r_sdk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: wasd3r_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28334bfe4efaea04595fe698f5b058875c9b9f2d86b6bf3acfc5af2b6bb27fd7
|
|
| MD5 |
b8f4b6940587de92ad41a17dbdd14f0c
|
|
| BLAKE2b-256 |
8f0b9dc52bc7d8ca25d82f6efefabea2a151bc85e74ee31f1986170ffdb3e8f2
|