@aurox/smart-contract-monitoring
v0.1.0
Published
The goal of this library is to help minimize risks of users interacting with smart contracts and potentially, help other developers/companies to protect their user base.
Downloads
6
Keywords
Readme
Aurox smart contract monitoring library
Usage
import { verifyContract } from "@aurox/smart-contract-monitoring";
...
const contractAddress = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
const result = await verifyContract(contractAddress);
// result will be one of these: "white" | "yellow" | "red" | "black" | null