Socket
Socket
Sign inDemoInstall

@aurox/smart-contract-monitoring

Package Overview
Dependencies
10
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
7
Maintainers
5
Created
Weekly downloads
 

Readme

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

Last updated on 12 Jun 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc