Visit cryptaddress.now.sh
for a live demo. Check out my blog and follow me on Twitter.
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
.
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
- Most of the
next.js
code and styling was adapted from Vercel's title-site. - Cryptocurrency icons:
- Bitcoin by Aldric Rodríguez
- Ethereum by Strohberto
- Litecoin by Randomhero
- Ripple by Strohberto
- DASH by AllienWorks
- Monero by Beth Bolton
- NEO by Владислав Северин
- Dogecoin by Brennan Novak
- Favicon: Transfer by Ozza 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 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.