Skip to content

Spp595/chainabuse_unoffapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnOfficial ChainAbuse api

Usage

curl -X POST "http://localhost:8000/checkwallet" \
  -H "Content-Type: application/json" \
  -d '{"value":"WALLET_ADDRESS"}'~ {"reports":"1","types":["NFT Airdrop Scam 1"]}

Run

docker run -d -p 8000:8000 \
  ghcr.io/spp595/chainabuse_unoffapi

Run with proxy

docker run -d -p 8000:8000 \
  -e PROXY_HOST="host" \
  -e PROXY_USER="user" \
  -e PROXY_PASS="pass" \
  ghcr.io/spp595/chainabuse_unoffapi

Docker Compose

version: "3.7"
services:
  tgalertbot:
    image: ghcr.io/spp595/chainabuse_unoffapi
    restart: unless-stopped
    ports:
      - 8000:8000
    environment: # if need proxy
      PROXY_HOST: "host"
      PROXY_PASS: "pass"
      PROXY_USER: "user" 

Build

git clone https://github.com/Spp595/chainabuse_unoffapi.git

cd chainabuse_unoffapi

docker build --rm --tag chainabuse_unoffapi:latest .

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors