Skip to content

KredsBlockchain/WebWalletApiClient-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kredswallet Python API Build Status

Python implementation of WebWalletAPIClient

Install

pip install kredswallet

OR

git clone git@github.com:mustymouse/kredswallet
python setup.py

Use

from kredswallet.kredswallet import *
kreds=KredsAPI(KREDS_API,KREDS_SECRET) # Use environment variable or replace with your key and secret
print(kreds.status())

About

Kredswallet API Python Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages