Skip to content

wizardofozzie/chain-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chain-python

Chain's official Python SDK.

Quick Start

pip install chain-sdk
from chain import Chain
chainClient = Chain(keyID='5587496846848', 
                    keySecret='09sdgo8990g0gdsas9d98d8a8h',
                    blockChain='bitcoin')

print chainClient.addressBalance("17x23dNjXJLzGMev6R63uyRhMWP1VHawKc")

See many more examples here.

Documentation

The Chain API Documentation is available at https://chain.com/docs/python

About

Chain's Official Python SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages