GitXplorerGitXplorer
l

cryptocoin

public
15 stars
2 forks
5 issues

Commits

List of commits on branch primary.
Verified
13ed8bbd3b450e390e4a02c882749296682af83a

Merge pull request #9 from lyndsysimon/dependabot/pip/ecdsa-0.13.3

llyndsysimon committed 5 years ago
Verified
390bea2e24ace17e962bcbee0523ed4bbf292a8d

Bump ecdsa from 0.11 to 0.13.3

ddependabot[bot] committed 5 years ago
Unverified
e3a61d3e68895b01cb63b356df066c666373d7c1

Add Sphinx build directory to .gitignore

llyndsysimon committed 10 years ago
Unverified
fe5b25b20ba34b0f069fa616e917b19ace48d019

Add roadmap

llyndsysimon committed 10 years ago
Unverified
17256a53cdae04a3b55b762b64bd3d53370d86d9

Add documention base

llyndsysimon committed 10 years ago
Unverified
03589b7ce548d1d881aece614391c2e10e41529c

bump version

llyndsysimon committed 11 years ago

README

The README file for this repository.

========== cryptocoin

Cryptocurrencies for Humans.

========= ======== Service Status ========= ======== Travis CI |travis| ========= ========

.. |travis| image:: https://api.travis-ci.org/lyndsysimon/cryptocoin.png :target: https://travis-ci.org/lyndsysimon/cryptocoin

Cryptocoin is an attempt to create a stable, easy-to-use package that optimizes for developer happiness. In the same way that Requests_ makes working with HTTP much less painful, Cryptocoin is intended to ease working with cryptocurrencies.

.. _Requests: https://github.com/kennethreitz/requests

Project Goals

  • Cross-version compatibility: Currently Python 2.7, 3.3, and PyPy
  • Test Coverage: 100%!
  • Support for multiple currencies

Quickstart

To generate a Bitcoin address from a passphrase::

> from cryptocoin import BitcoinKey

> my_key = BitcoinKey(passphrase="correct horse battery staple")

> my_key.address
1JwSSubhmg6iPtRjtyqhUYYH7bZg3Lfy1T