cryptocoin
cryptocoin copied to clipboard
Cryptocurrencies for Humans
A `Wallet` object will basically be a collection of keys. Some attributes of the component keys will be exposed in aggregate (simple `Wallet.balance`, for instance, will be the sum of...
Write documentation for the `Key` object, or whatever it will turn into. Overall concept: The `Key` object will represent a single Bitcoin address. This is a bit fuzzy, as at...
`Key`s should have a property `script_address`, which represents the P2SH address.