Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bevry-archive/emailtowallet
- Owner: bevry-archive
- License: other
- Created: 2016-12-29T01:36:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T08:25:58.000Z (almost 8 years ago)
- Last Synced: 2024-09-18T10:44:35.957Z (about 2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Email to Wallet
Mapping of email hashes to wallet (bitcoin, paypal, etc) addresses
Install
- Install:
npm install --global emailtowallet
- Executable:
emailtowallet
- Install:
npm install --save emailtowallet
- Module:
require('emailtowallet')
- CDN URL:
//wzrd.in/bundle/[email protected]
- Install:
ender add emailtowallet
- Module:
require('emailtowallet')
Editions
This package is published with the following editions:
-
emailtowallet
aliasesemailtowallet/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?
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:
- Copyright © 2016+ Bevry Pty Ltd
and licensed under: