k4m4 / cryptaddress.now

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

Home Page:https://cryptaddress.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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.

About

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

https://cryptaddress.now.sh/

License:MIT License


Languages

Language:JavaScript 65.1%Language:CSS 34.9%