文件名称:PyWaves:Waves区块链平台的面向对象库
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-22 13:17:18
Python
PyWaves PyWaves是Waves区块链平台的面向对象的Python接口。 入门 您可以使用以下方法安装PyWaves: pip install pywaves 文献资料 该库利用类来表示各种Waves数据结构: pywaves.Address pywaves.Asset pywaves.AssetPair pywaves.Order 程式码范例 import pywaves as pw myAddress = pw . Address ( privateKey = 'CtMQWJZqfc7PRzSWiMKaGmWFm4q2VN5fMcYyKDBPDx6S' ) otherAddress = pw . Address ( '3PNTcNiUzppQXDL9RZrK3BcftbujiFqrAfM' ) myAddress . sendWaves ( otherAddres
【文件预览】:
PyWaves-master
----.gitignore(1KB)
----crypto.py(7KB)
----ParallelPyWaves.py(6KB)
----requirements.txt(75B)
----__init__.py(5KB)
----LICENSE(1KB)
----oracle.py(1KB)
----README.md(21KB)
----asset.py(6KB)
----protobuf()
--------transaction_pb2.py(57KB)
--------waves()
--------transaction.proto(3KB)
----contract.py(2KB)
----address.py(66KB)
----order.py(1KB)