- Notifications
You must be signed in to change notification settings - Fork8
Python implementation of Binary Object Representation Serializer for Hashing
License
NotificationsYou must be signed in to change notification settings
near/borsh-construct-py
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
borsh-construct is an implementation of theBorsh binary serialization format for Python projects.
Borsh stands for Binary Object Representation Serializer for Hashing. It is meant to be used in security-critical projects as it prioritizes consistency, safety, speed, and comes with a strict specification.
Read theDocumentation.
pip install borsh-construct
- Installpoetry
- Install dev dependencies:
poetry install
- Installnox-poetry (note: do not use Poetry to install this, seehere)
- Activate the poetry shell:
poetry shell
pytest
nox
About
Python implementation of Binary Object Representation Serializer for Hashing
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.