https://github.com/mark-5/libbitcoin-core-swig
Generate swig bindings for libbitcoin
https://github.com/mark-5/libbitcoin-core-swig
Last synced: about 2 months ago
JSON representation
Generate swig bindings for libbitcoin
- Host: GitHub
- URL: https://github.com/mark-5/libbitcoin-core-swig
- Owner: mark-5
- Created: 2016-03-06T22:15:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T05:40:06.000Z (over 10 years ago)
- Last Synced: 2025-03-02T16:48:39.597Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
Generate swig bindings for libbitcoin
# REQUIREMENTS
* libbitcoin
* swig 3.0.2
# INSTRUCTIONS
make
# TODO
* add support for other language bindings
* make work with recent swig versions
* handle operator overloading
* cleanup undefined libbitcoin symbols
* cleanup swig warnings
* cleanup python compile warnings
* make arguments and return values more language friendly