pirate-chain-py 1.01

Last updated:

0 purchases

pirate-chain-py 1.01 Image
pirate-chain-py 1.01 Images
Add to Cart

Description:

piratechainpy 1.01

Python wrapped Pirate Chain RPC Wallet



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

Pirate Chain Website:
https://pirate.black
Komodo Platform:
https://komodoplatform.com
Pirate Blockexplorer:
https://explorer.pirate.black
Pirate Discord:
https://pirate.black/discord
Support ping Mr_Idjit:
https://pirate.black/discord
API references & Documentation:
https://docs.pirate.black
Whitepaper: Pirate Chain
Whitepaper



License
MIT
Free Software, Hell Yeah!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.