wallet-core-python icon indicating copy to clipboard operation
wallet-core-python copied to clipboard

Wallet-core python binding

Results 8 wallet-core-python issues
Sort by recently updated
recently updated
newest added

How generate new src folder for actual version trust wallet?

Hello, all these steps ran successfully: > # Checkout wallet-core-python > git clone https://github.com/phuang/wallet-core-python.git > cd wallet-core-python > > # Checkout wallet-core submosule > git submodule init > git submodule...

python3 setup.py build /mnt/d/WSL2/wallet-core-python/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup,...

Went according to the instructions and at the moment `(cd wallet-core/; ./bootstrap.sh)` error ``` # Checkout wallet-core-python git clone https://github.com/phuang/wallet-core-python.git cd wallet-core-python # Checkout wallet-core submosule git submodule init git...

Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm 2021.2.2\plugins\python\helpers\pydev\pydevd.py", line 1483, in _exec pydev_imports.execfile(file, globals, locals) # execute the script File "C:\Program Files\JetBrains\PyCharm 2021.2.2\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file,...

ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 Python version number 3.9.10 Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: arm64-apple-darwin21.5.0 I followed these steps: 1. https://github.com/phuang/wallet-core-python#readme 2. https://developer.trustwallet.com/wallet-core/developing-the-library/building - MacOS The wallet-core build...