- nix:
nix develop
- other Linux and macOS:
./dev-setup.sh; source .venv/bin/activate
Run any command without parameters to see the full list of options.
u0-transfer-e2c --eth-private-key <Ethereum private key in HEX with 0x> --waves-private-key <Waves private key in base58> | jq .
u0-transfer-e2c-withdraw --txn-hash <Ethereum transaction hash in HEX> --waves-private-key <Waves private key in base58>
u0-transfer-c2e --waves-private-key <Waves private key in base58> --eth-private-key <Ethereum private key in HEX with 0x>
You can configure logging with a custom logging.conf (docs). Then you need to specify a
path to this file in the LOGGING_CONFIG
environment variable.