Skip to content

This library exposes the Query Service of libbitcoin-server.

License

Notifications You must be signed in to change notification settings

libbitcoin/pylibbitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library exposes the Query Service of libbitcoin-server.

Requirements

  • python3-dev

Tests

The project uses unittest and can be run with:

$ python3 -m unittest

Example

The project contains a trivial CLI example. Set $PYTHONPATH to include the project root (typically cd <path-to-project> && export PYTHONPATH=.). Then run with:

$ python3 examples/cli.py last_height

About

This library exposes the Query Service of libbitcoin-server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages