Skip to main content

Pirate Chain, the most anonymous cryptocurrency in existence now with python wrapped Remote Procedure Calls for easy integration with any python based program. https://pirate.black/

Project description

Python wrapped Pirate Chain RPC Wallet

Build Status

Install using pip

pip install pirate-chain-py

Example

Find your full node configuration file - ‘PIRATE.conf’.
It should contain all the information to instanciate the wallet object.
from pirate_chain_py.pirate_rpc_wallet import PirateWallet

pw: PirateWallet = PirateWallet(ip='127.0.0.1', port='45453', username='user388885', password='pass388885')

result: dict = pw.z_get_new_address()

your_new_address: str = result['result']

print(your_new_address)

Learn more

License

MIT

Free Software, Hell Yeah!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pirate_chain_py-1.01.tar.gz (9.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page