New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qnuispike

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qnuispike

Experimenting with UI

  • 1.0.0
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

NFT Fetch add on for Ethereum

This repository holds a few different services related to the QuickNode NFT Fetch add-on for Ethereum:

  • A Node express API (/service/src/api/) that currently exposes two custom RPC methods:

    • qn_fetchNFTs: Using our indexer database, for a given wallet address and NFTs collections, returns a summary of the NFTs tokens found, along with additional information.
    • qn_verifyNFTsOwner: Given a wallet address and an optional list of NFT collections and tokens, returns token ownership information. This method does not use the indexed data and instead makes live calls to the Ethereum blockchain.
  • An indexer which constantly monitors incoming transactions and tracks token metadata and ownership information for a set of known NFT collections. (/service/src/indexer/)

  • A Rails application used to display a dashboard of the indexer data status (/quickscan/)

FAQs

Package last updated on 11 May 2022

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