Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created May 21, 2011 01:13
Show Gist options
  • Save andrewschaaf/984111 to your computer and use it in GitHub Desktop.
Save andrewschaaf/984111 to your computer and use it in GitHub Desktop.
STUFF = [
['./address', ['Address', 'address_to_hash160']]
['./base58', ['base58_encode', 'base58_decode']]
['./cryptography', ['hash256', 'hash160']]
]
for [path, keys] in STUFF
m = require path
for k in keys
exports[k] = k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment