GitXplorerGitXplorer
l

cryptocoin

public
15 stars
2 forks
5 issues

Commits

List of commits on branch primary.
Unverified
94eaeec7a01749366fe58ff73804eaaa812373ef

Adds support for compressed keys

llyndsysimon committed 11 years ago
Unverified
1f339772a309b050d283874c18597c163a6963e3

Add documentation for Key

llyndsysimon committed 11 years ago
Unverified
a44492ca134e1c0198f1f89ee25becbd03909e9c

increment version

llyndsysimon committed 11 years ago
Unverified
6a35c09333e1ffbf3d810b9fa713664d39ea55df

Fix setup.py to include PyPy

llyndsysimon committed 11 years ago
Unverified
2e601c2325f007697a01afdc66668d10aadd8d0f

increment version

llyndsysimon committed 11 years ago
Unverified
8211d939b73aa394ae3ef015fd8a9a30696bdae4

Add support for Python 3.4

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