Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wallet-watch-asset

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wallet-watch-asset

The application allows you to monitor the balances and values of various assets in a specified wallet address

  • 21.0.2
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

wallet-watch-asset

This repository contains an advanced wallet asset watcher application written in JavaScript. The application allows you to monitor the balances and values of various assets in a specified wallet address.

Features

  • Monitors Ethereum and ERC-20 token balances in a given wallet address.
  • Fetches real-time asset prices using the CoinGecko API.
  • Updates and displays asset balances and values periodically.
  • Easily customizable to add more assets and functionalities.

Prerequisites

  • Node.js and npm installed on your machine.
  • An Ethereum wallet address that you want to monitor.
  • Infura project ID to connect to the Ethereum network.

Installation

  1. Clone the repository: git clone https://github.com/your-username/advanced-wallet-watcher.git
  2. Navigate to the project directory: cd advanced-wallet-watcher
  3. Install the required dependencies: npm install web3 axios

Configuration

  • Replace YOUR_INFURA_PROJECT_ID in main.js with your actual Infura project ID.
  • Modify the walletAddress variable in main.js to the Ethereum wallet address you want to monitor.
  • Customize the assetsToWatch array in main.js to include the assets you want to monitor.

Usage

Run the application using the following command: node main.js The application will periodically update and display the balances and values of the specified assets in the console.

Keywords

FAQs

Package last updated on 02 Sep 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc