Skip to content

admin-aftermath/HoneyPotDetectionOnSui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneyPotDetectionOnSui

Detect HoneyPot SCAM on Sui

Install

npm install suihoneypot

Usage

import { isHoneyPot } from 'suihoneypot';

const ca: string = "0x566923c3995f64c3f861e694da52cdc79d8b968bfcdb7f8a275c19c73fd9b99d::brett::BRETT"
const res = await isHoneyPot(ca);
console.log(res);

Sponsor

Sui Address: 0x27644de364b82b301f28968dafd617b5d1da472d5686062cf271b7391d0be140

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.1%
  • Shell 43.9%