Skip to content

galperins4/ARK-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARK Python

An ARK bridge for Python.

Installation

yarn add github:arkecosystem/ark-js#master
pip3 install https://github.com/faustbrian/ARK-Python/archive/master.zip

Usage

from park.park import Park

park = Park(
    '127.0.0.1',
    4002,
    '578e820911f24e039733b45e4882b73e301f813a0d2c31330dafda84534ffa23',
    '1.1.1'
)

transaction = park.transactions().create('address', 'amount', 'vendor', 'secret', 'second secret')

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@brianfaust.me. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © Brian Faust

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages