Skip to content

A minimal service to detect which cryptocurrency an address corresponds to.

License

Notifications You must be signed in to change notification settings

k4m4/cryptaddress.now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.