Skip to content

RogueBlock is an OSS list of known malicious wallet addresses on Algorand Blockchain ⚠️

License

Notifications You must be signed in to change notification settings

RogueBlock/rogueblock

Repository files navigation

RogueBlock 🕵️

RogueBlock is an OSS list of known malicious wallet addresses on Algorand Blockchain. ⚠️

How to contribute 🙌

  1. Fork the repository 🍴
  2. Add the malicious wallet address to the frauds.ts file
  3. Provide your contribution in the following format:
{
  "address": "{place the malicious wallet address here}",
  "label": "{Place your description of the malicious wallet address here (for example MyAlgo hacker #1)}"
}
  1. Make a pull request with your changes 🚀
  2. Wait for the review and merge ⌛

How to use the API 🖥️

RogueBlock API allows you to check whether a given wallet address is in the malicious wallets list or not. To use the API, send a GET request to the following endpoint:

https://rogueblock.xyz/api/scammer?address={put_wallet_to_check_here}

The response will be in the following format:

{
"isScammer": Boolean,
}

About

RogueBlock is an OSS list of known malicious wallet addresses on Algorand Blockchain ⚠️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published