All Projects → k4m4 → cryptaddress.now

k4m4 / cryptaddress.now

Licence: MIT license
A minimal service to detect which cryptocurrency an address corresponds to.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to cryptaddress.now

ethereum-regex
Ξ Regular expression for matching Ethereum (ETH) addresses.
Stars: ✭ 19 (-17.39%)
Mutual labels:  regex, matcher, regex-match, cryptocurrency-regex
Cryptocurrency Address Detector
Detect which cryptocurrency an address corresponds to.
Stars: ✭ 30 (+30.43%)
Mutual labels:  regex, address, detector, wallet
js-diacritic-regex
Creates the inverse of transliterated string to a regex. What? Basically, diacritic insensitiveness
Stars: ✭ 20 (-13.04%)
Mutual labels:  regex, regex-match
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (+126.09%)
Mutual labels:  address, wallet
pamatcher
A pattern matching library for JavaScript iterators
Stars: ✭ 23 (+0%)
Mutual labels:  regex, matcher
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (+1656.52%)
Mutual labels:  address, wallet
Micromatch
Contributing Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
Stars: ✭ 1,979 (+8504.35%)
Mutual labels:  regex, matcher
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+995.65%)
Mutual labels:  wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+4.35%)
Mutual labels:  wallet
my-swift-projects
An overview of my most relevant open-source projects on GitHub
Stars: ✭ 261 (+1034.78%)
Mutual labels:  regex
Best
Gifts for Programmers
Stars: ✭ 22 (-4.35%)
Mutual labels:  wallet
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (+21.74%)
Mutual labels:  wallet
fu
Unix's Find, Unleashed.
Stars: ✭ 32 (+39.13%)
Mutual labels:  regex
data exchange
Data exchange Client including wallet
Stars: ✭ 36 (+56.52%)
Mutual labels:  wallet
regextester
An elementary OS app
Stars: ✭ 38 (+65.22%)
Mutual labels:  regex
algorand-wallet
Source code for Pera Wallet, simply the best Algorand wallet.
Stars: ✭ 152 (+560.87%)
Mutual labels:  wallet
pysorter
A command line utility for organizing files and directories according to regex patterns.
Stars: ✭ 40 (+73.91%)
Mutual labels:  regex
pyunit-address
字符串地址查询,支持自定义地址词库,解析地址,地址识别,地址抽取,中文地址.
Stars: ✭ 70 (+204.35%)
Mutual labels:  address
CVparser
CVparser is software for parsing or extracting data out of CV/resumes.
Stars: ✭ 28 (+21.74%)
Mutual labels:  regex
go-mnd
Magic number detector for Go.
Stars: ✭ 153 (+565.22%)
Mutual labels:  detector

Visit cryptaddress.now.sh for a live demo. Check out my blog and follow me on Twitter.


Development

First, clone the repository and install its dependencies:

~ ❯❯❯ git clone https://github.com/k4m4/cryptaddress.now.git
~ ❯❯❯ cd cryptaddress.now/
~/cryptaddress.now ❯❯❯ npm install

Subsequently, start the development server:

~/cryptaddress.now ❯❯❯ npm run dev

You can then access the service by navigating to localhost:3000.

Deployment

Deploy with Vercel

Alternatively, to deploy cryptaddress.now manually:

First, download vercel:

~ ❯❯❯ npm install -g vercel

Then, run vercel from within the cryptaddress.now directory:

~/cryptaddress.now ❯❯❯ vercel

Credits

Supported Cryptocurrencies

Related

License

Copyright (c) 2019 by Nikolaos Kamarinakis. Some rights reserved.

cryptaddress.now is under the terms of the MIT License, following all clarifications stated in the license file.

For more information on this project you can go ahead and email me anytime at nikolaskam{at}gmail{dot}com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].