Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bevry-archive/emailtowallet

A mapping of email hashes to wallet (bitcoin, paypal, etc) addresses
https://github.com/bevry-archive/emailtowallet

Last synced: about 9 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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/[email protected]

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 [email protected]` 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 [email protected]` 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: