https://github.com/cryptoscamdb/api.cryptoscamdb.org
Keeping track of all current cryptocurrency scams in an open-source database
https://github.com/cryptoscamdb/api.cryptoscamdb.org
api backend etherscamdb node phishing scamming server typescript
Last synced: 4 days ago
JSON representation
Keeping track of all current cryptocurrency scams in an open-source database
- Host: GitHub
- URL: https://github.com/cryptoscamdb/api.cryptoscamdb.org
- Owner: CryptoScamDB
- License: mit
- Created: 2018-10-25T12:15:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:36:34.000Z (over 5 years ago)
- Last Synced: 2025-09-29T10:40:04.745Z (10 months ago)
- Topics: api, backend, etherscamdb, node, phishing, scamming, server, typescript
- Language: TypeScript
- Homepage: https://api.cryptoscamdb.org
- Size: 3.87 MB
- Stars: 22
- Watchers: 2
- Forks: 12
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Usage
- Clone the repo with: `git clone --recursive https://github.com/cryptoscamdb/api.cryptoscamdb.org.git`
- Head into the newly created directory: `cd cryptoscamdb.org`
- Install npm modules with: `npm install` or, if you wish to run a production site: `npm install --production`
- Do one of the following:
- Start development web app with: `npm run start:dev` (recommended)
- Start production web app with: `npm run start:prod` (warning: please use a dev instance on first run, for configuration purposes)
- Navigate to http://localhost:5111 in your browser, and you should be shown a fresh instance of CryptoScamDB :sparkles:
**Remember to clean your cache (located in `data/`) when you go to a new branch!**