A simple Python API client for the ARK Blockchain.
git clone https://github.com/ArkEcosystem/python-client
cd python-client
sudo python3 setup.py installfrom park.park import Park
park = Park(
'127.0.0.1',
4003,
'578e820911f24e039733b45e4882b73e301f813a0d2c31330dafda84534ffa23',
'2.0.0'
)
delegates = park.delegates().delegates()add docstrings for parameters
add v2 API calls
add P2P API calls
fix Peer().peer()
fix both UnconfirmedTransactions functions in Transaction()
Transport function is wonky when installed
error handlingIf you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
