All Projects → MrLuit → Etherscamdb

MrLuit / Etherscamdb

Licence: mit
Keep track of all current ethereum scams in a large database

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Etherscamdb

Ethereumdb
Stars: ✭ 21 (-82.64%)
Mutual labels:  ethereum, database
Ethereum Lists
A repository for maintaining lists of things like malicious URLs, fake token addresses, and so forth. We love lists.
Stars: ✭ 300 (+147.93%)
Mutual labels:  ethereum, phishing
3box Js
3Box JavaScript SDK: User identities, storage, messaging
Stars: ✭ 195 (+61.16%)
Mutual labels:  ethereum, database
Eth Indexer
An Ethereum project to crawl blockchain states into database
Stars: ✭ 98 (-19.01%)
Mutual labels:  ethereum, database
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-1.65%)
Mutual labels:  ethereum
Mosaic Contracts
Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
Stars: ✭ 119 (-1.65%)
Mutual labels:  ethereum
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (-3.31%)
Mutual labels:  database
Pkhex
Pokémon Save File Editor
Stars: ✭ 1,781 (+1371.9%)
Mutual labels:  database
Cmu 15 445
CMU的数据库系统课程
Stars: ✭ 120 (-0.83%)
Mutual labels:  database
Postgresql Ocaml
OCaml-bindings for the PostgreSQL database
Stars: ✭ 120 (-0.83%)
Mutual labels:  database
Rust Etcd
An etcd client library for Rust.
Stars: ✭ 119 (-1.65%)
Mutual labels:  database
Sqift
Powerful Swift wrapper for SQLite
Stars: ✭ 119 (-1.65%)
Mutual labels:  database
Go Web3
Ethereum Go Client [obsolete]
Stars: ✭ 120 (-0.83%)
Mutual labels:  ethereum
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+1206.61%)
Mutual labels:  ethereum
Corobase
Coroutine-Oriented Main-Memory Database Engine, VLDB 2021.
Stars: ✭ 121 (+0%)
Mutual labels:  database
Databazel
The analytical and reporting solution for MongoDB
Stars: ✭ 118 (-2.48%)
Mutual labels:  database
Ethereumjs Blockchain
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 119 (-1.65%)
Mutual labels:  ethereum
Emacs Solidity
The official solidity-mode for EMACS
Stars: ✭ 120 (-0.83%)
Mutual labels:  ethereum
King Phisher Templates
Templates for the King Phisher open source phishing campaign toolkit.
Stars: ✭ 119 (-1.65%)
Mutual labels:  phishing
District0x Network Token
Smart Contracts and web app for district0x contribution
Stars: ✭ 119 (-1.65%)
Mutual labels:  ethereum

EtherScamDB Logotype

Ethereum Scam Database

An open-source database to keep track of all the current ethereum scams

Usage

Make sure you have both Node.JS and Git installed.

Rename config.exmaple.js to config.js and replace the placeholders with your keys.

Then, open a command line anywhere and run the following commands:

git clone https://github.com/MrLuit/EtherScamDB.git

npm install

node run.js

The command line should now exit, asking you to update the config.js file with correct values. Please use your own API keys. When you're done, launch run.js again:

node run.js

Generating should take a couple of minutes the first time or after a clean, but when cache.json is already present it should launch instantly.

Flags

  • --clean Clean up all the old files and folders
  • --update Manually update all content

Contribute

Fork this project and edit _data/scams.yaml. Every item can have the following properties:

  • id: A unique incremental integer
  • name: The title of the scam, should probably not be longer than 64 characters
  • status: The status of a scam. If status isn't provided and url is, status will be autogenerated with the --update flag (Optional)
  • description: A full description for the scam (Optional)
  • url: The protocol + hostname for a scam website, without a trailing / (Optional)
  • category: The category under which the item falls (Optional)
  • addresses: An array of all ethereum addresses that were involved in this scam, with leading '0x' (Optional)

API

To make use of our database, the following API can be used: https://etherscamdb.info/api/

Donate

If you would like to help without contributing on GitHub yourself you can send some ETH or ERC20 tokens to etherscamdb.eth 👏

Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].