https://github.com/dimensiondev/mask-scam-list
https://github.com/dimensiondev/mask-scam-list
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimensiondev/mask-scam-list
- Owner: DimensionDev
- Created: 2022-10-25T09:10:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T09:37:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T12:52:43.245Z (12 months ago)
- Language: TypeScript
- Size: 2.46 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mask Scam List
## Introduction
This repo includes the Mask Network domain warning list which are a source of malware, phishing and spam. The warning data from
[CryptoScamDB](https://cryptoscamdb.org/).
## Install
```shell
pnpm install
```
## Generate Scam List on Local Machine
```shell
export CRYPTO_SCAM_DB_URL="[url]" && pnpm generate
```
## Generate Scam List on Github Action
Open the actions page and manually dispatch a workflow.