- Notifications
You must be signed in to change notification settings - Fork7
A minimal service to detect which cryptocurrency an address corresponds to.
License
k4m4/cryptaddress.now
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Visitcryptaddress.now.sh
for a live demo. Check out myblog and follow me onTwitter.
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 tolocalhost:3000
.
Alternatively, to deploycryptaddress.now
manually:
First,downloadvercel
:
~ ❯❯❯ npm install -g vercel
Then, runvercel
fromwithin thecryptaddress.now
directory:
~/cryptaddress.now ❯❯❯ vercel
- Most of the
next.js
code and styling was adapted fromVercel'stitle-site. - Cryptocurrency icons:
- Favicon:Transfer byOzza Okuonghae
Bitcoin/BTC
Bitcoin Cash/BCH
Ethereum/ETH
Litecoin/LTC
Monero/XMR
Dash/DASH
Ripple/XRP
NEO/NEO
Dogecoin/DOGE
- cryptocurrency-address-detector - Detect which cryptocurrency an address corresponds to.
- cryptaddress-validator - Validate Bitcoin, Ethereum, Litecoin & other popular cryptocurrency addresses.
Copyright (c) 2019 by Nikolaos Kamarinakis. Some rights reserved.
cryptaddress.now
is under the terms of theMIT License, following all clarifications stated in thelicense file.
For more information on this project you can go ahead and email me anytime atnikolaskam{at}gmail{dot}com.
About
A minimal service to detect which cryptocurrency an address corresponds to.