Skip to main content

MultiversX: wallet components of erdpy.

Project description

sdk-erdpy-wallet

Wallet & crypto components of erdpy.

Documentation

docs.elrond.com

Development setup

Virtual environment

Create a virtual environment and install the dependencies:

python3 -m venv ./.venv
source ./.venv/bin/activate
pip install -r ./requirements.txt --upgrade

Install development dependencies, as well:

pip install -r ./requirements-dev.txt --upgrade

Above, requirements.txt should mirror the dependencies section of pyproject.toml.

If using VSCode, restart it or follow these steps:

  • Ctrl + Shift + P
  • Select Interpreter
  • Choose ./.venv/bin/python.

Tests

Run the tests as follows:

export MCL_SIGNER_PATH=~/elrondsdk/mcl_signer/v1.0.0/signer
pytest .

Linting

First, install pyright as follows:

npm install --global pyright

Run pyright:

pyright

Run flake8:

flake8 erdpy_wallet

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mx_sdk_erdpy_wallet-0.2.2.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

mx_sdk_erdpy_wallet-0.2.2-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page