Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 781 Bytes

pypeerassets

Official Python implementation of the PeerAssets protocol.

This library aims to implement the PeerAssets protocol itself, but also provide elementary interfaces with the underlying blockchain. Once completed library should be able to spawn asset decks, deduce proof-of-timeline for each deck and handle all asset transactions while not depending on local blockchain node until it needs to broadcast the transaction or fetch group of transactions. Furthermore, library will aim to cover the needs of DAC or DAC-like projects using the PeerAssets protocol.

Library is coded with Python3 in mind, compatibility with older Python releases is not in our scope.

Dependencies

pip install --user protobuf

Clone

https://github.com/PeerAssets/pypeerassets