Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 609 Bytes

DesoPy - A python module to interact with DeSo Blockchain.

The module uses node.deso.org API (by default) and can be changed to any Deso node URL by passing the argument nodeURL to any of the classes.

For example:

import deso

du = deso.User(nodeURL="https://love4src.com/api/v0/")

Developed by ItsAditya

Run pip install deso to install the module!!

How to Use: