emailtowallet v1.0.0
Mapping of email hashes to wallet (bitcoin, paypal, etc) addresses
NPM
Browserify
Ender
Usage
Submitting an Email Address to Wallet Mapping
Install the package globally:
npm install --global emailtowalletRun
emailtowallet hash an@email.addressto get the email address hashAdd an entry to
map.jsonkeyed by the email hash
Fetching the Wallet Mapping via an Email Address using the CLI
Install the package globally:
npm install --global emailtowalletRun
emailtowallet wallet an@email.addressto get the wallet information for the email address
Fetching the Wallet Mapping via an Email Address using the Node.js API
Install the package locally:
npm install --save emailtowalletUse
require('emailtowallet').emailToHash(email)andrequire('emailtowallet').emailToWallet(email)
Discover the release history by heading on over to the HISTORY.md file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
and licensed under:
9 years ago