Skip to content
Snippets Groups Projects

Python wax library examples

First you need to install the poetry

Recommended installer: https://python-poetry.org/docs/#installing-with-the-official-installer

Install the dependencies

poetry install

Move to the examples directory

cd examples

Set the environment variables

PASSWORD, WALLET_NAME, and HIVED_URL are optional - default values are used if not set
All variables: PASSWORD, WALLET_NAME, ACCOUNT_NAME, TRANSFER_RECEIVER, PRIVATE_KEY, PUBLIC_KEY, HIVED_ADDRESS

Run the examples (create_and_sign_transaction.py in this case)

python create_and_sign_transaction.py