An open API service indexing awesome lists of open source software.

https://github.com/fabryprog/cryptoforker

CryptoForker.info a site to check and find your forked coin
https://github.com/fabryprog/cryptoforker

bitcoin coin crypto ethereum fork wallet

Last synced: 2 months ago
JSON representation

CryptoForker.info a site to check and find your forked coin

Awesome Lists containing this project

README

        

# CRYPTOFOKER

A simple site to check your coins on forked project

# DEVELOP

To run site locally you can use:

## Docker

```
docker run --rm --name cryptoforks -p 80:80 -v $(pwd):/usr/share/nginx/html:ro -v $(pwd)/assets/docker/default.conf:/etc/nginx/conf.d/default.conf:ro -d nginx
```

## NodeJS

(TODO)