Skip to content

melzubeir/DesoPy

 
 

Repository files navigation

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:

About

A python module for DeSo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%