DefichainPython
DefichainPython copied to clipboard
Interact with the defichain blockchain as effortlessly as possible using python!🐍
**Describe the bug** I wanted to vote with a masternode and it didn't work because the owner address is not the one with which the masternode was created. It searches...
# What to do: It should be possible to derive a ETH Address from the given mnemonic seed and private key # Whats the problem: Defichain uses a different algorithmus...
Documentation is an essential part when choosing to use a library. The documentation for the most important part TxBuilder is already finished. Now the time has come to document the...
With the library you are able to deserialize most of the transactions on defichain. But some raw transactions, like multi sig transactions raise an error. If the corresponding DefiTX is...
Integrate the DefichainData API into the library: https://api.defichain-data.com/
The idea is to expand the DefichainPython library to the CLI. Something like decoding a transaction to JSON should be possible. I have to think about further use cases!🤔
#### What would you like to be added: Protect sensitive information during logging #### Why is this needed: The logging file is a pure text file. If secrets are logged,...