bitwasp / trezor-protobuf
Protobuf messages for trezor hardware wallet
v1.0.0
2018-03-24 19:20 UTC
Requires
- protobuf-php/protobuf: ^0.1.3
Requires (Dev)
- phpunit/phpunit: ~5.0
- protobuf-php/protobuf-plugin: ^0.1.3
- squizlabs/php_codesniffer: ~3.0
This package is auto-updated.
Last update: 2024-10-23 06:22:26 UTC
README
This repository aims to provide PHP classes generated from trezors protobuf definitions so they can be included in other projects.
Currently only the message.pb and types.pb are generated. They are correct as of:
- https://github.com/trezor/trezor-common/blob/66a85673ed303f2cf48bdb3d027adbc7e8464364/protob/messages.proto
- https://github.com/trezor/trezor-common/blob/66a85673ed303f2cf48bdb3d027adbc7e8464364/protob/types.proto
The package can be installed via composer:
composer require bitwasp/trezor-protobuf
Development
For an introduction into submitting a pull request, please review the CONTRIBUTING.md