1.0.0 • Published 7 years ago

emailtowallet v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

NPM

Browserify

Ender

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)

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: