https://github.com/talonlab/pybytom
Python library with tools for Bytom mainchain and sidechain protocols.
https://github.com/talonlab/pybytom
blockchain bytom protocol script-builder sidechain signature transaction vapor wallet
Last synced: about 1 month ago
JSON representation
Python library with tools for Bytom mainchain and sidechain protocols.
- Host: GitHub
- URL: https://github.com/talonlab/pybytom
- Owner: talonlab
- License: mit
- Created: 2019-06-02T06:23:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T23:06:45.000Z (over 3 years ago)
- Last Synced: 2025-04-20T11:23:10.249Z (about 1 month ago)
- Topics: blockchain, bytom, protocol, script-builder, sidechain, signature, transaction, vapor, wallet
- Language: Python
- Homepage: https://github.com/meherett/pybytom/wiki
- Size: 1.7 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBytom
[](https://travis-ci.org/meherett/pybytom)
[](https://pypi.org/project/pybytom)
[](https://pypi.org/project/pybytom)
[](https://coveralls.io/github/meherett/pybytom?branch=master)Python library with tools for Bytom mainchain and sidechain protocols. [Wiki Documentation](https://github.com/meherett/pybytom/wiki)
## Installation
```
$ pip install pybytom
```If you want to run the latest version of the code, you can install from git:
```
$ pip install git+git://github.com/meherett/pybytom.git
```For the versions available, see the [tags on this repository](https://github.com/meherett/pybytom/tags).
## Development
We welcome pull requests. To get started, just fork this repository, clone it locally, and run:
```
$ pip install -e .[tests] -r requirements.txt
```## Testing
You can run the tests with:
```
$ pytest
```Or use `tox` to run the complete suite against the full set of build targets, or pytest to run specific
tests against a specific version of Python.## License
Distributed under the [MIT](https://github.com/meherett/pybytom/blob/master/LICENSE) license. See ``LICENSE`` for more information.