cryptocoin icon indicating copy to clipboard operation
cryptocoin copied to clipboard

Cryptocurrencies for Humans

Results 5 cryptocoin issues
Sort by recently updated
recently updated
newest added

Define how transactions will be built and signed.

documentation
★★☆

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...

documentation
★★☆

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...

documentation
★★☆

`Key`s should have a property `script_address`, which represents the P2SH address.

enhancement