emailtowallet

1.0.0 • Public • Published

Email to Wallet

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
Slack community badge Patreon donate button Gratipay donate button Flattr donate button PayPal donate button Bitcoin donate button Wishlist browse button

Mapping of email hashes to wallet (bitcoin, paypal, etc) addresses

Install

NPM

  • Install: npm install --global emailtowallet
  • Executable: emailtowallet

Browserify

  • Install: npm install --save emailtowallet
  • Module: require('emailtowallet')
  • CDN URL: //wzrd.in/bundle/emailtowallet@1.0.0

Ender

  • Install: ender add emailtowallet
  • Module: require('emailtowallet')

Editions

This package is published with the following editions:

  • emailtowallet aliases emailtowallet/index.js which uses Editions to automatically select the correct edition for the consumers environment
  • emailtowallet/source/index.js is Source + ESNext + Require
  • emailtowallet/es2015/index.js is Babel Compiled + ES2015 + Require

Older environments may need Babel's Polyfill or something similar.

Usage

Submitting an Email Address to Wallet Mapping

  1. Install the package globally: npm install --global emailtowallet

  2. Run emailtowallet hash an@email.address to get the email address hash

  3. Add an entry to map.json keyed by the email hash

Fetching the Wallet Mapping via an Email Address using the CLI

  1. Install the package globally: npm install --global emailtowallet

  2. Run emailtowallet wallet an@email.address to get the wallet information for the email address

Fetching the Wallet Mapping via an Email Address using the Node.js API

  1. Install the package locally: npm install --save emailtowallet

  2. Use require('emailtowallet').emailToHash(email) and require('emailtowallet').emailToWallet(email)

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Patreon donate button Gratipay donate button Flattr donate button PayPal donate button Bitcoin donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Package Sidebar

Install

npm i emailtowallet

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bevryme