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
- Host: GitHub
- URL: https://github.com/fabryprog/cryptoforker
- Owner: Fabryprog
- Created: 2018-06-24T08:22:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T06:17:54.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T08:57:13.959Z (4 months ago)
- Topics: bitcoin, coin, crypto, ethereum, fork, wallet
- Language: CSS
- Size: 939 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)