Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

phuang/wallet-core-python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet-core-python

Python binding for wallet-core

Build and install

# 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 update

# Build wallet-core
(cd wallet-core/; ./bootstrap.sh)

# Build wallet-core-python
python3 setup.py build

# Install wallet-core-python in $HOME directory
python3 setup.py install --prefix=~/.local

# Or install wallet-core-python in global python library directory
# sudo python3 setup.py install

Generate python binding from wallet-core

This step is optional, the repository alreay includes generated python binding source code.

python3 codegen/generator.py

Test

python3 ./demo/sample.py

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.