Socket
Book a DemoInstallSign in
Socket

@aurox/smart-contract-monitoring

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurox/smart-contract-monitoring

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.

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
Maintainers
5
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 12 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts