Skip to content

Simple whaleWatcherNFTApp built using the Verbwire API

License

Notifications You must be signed in to change notification settings

verbwire/whaleWatcherNFTApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verbwire

Simple NFT Whale Watcher App

This simple app was built using the Verbwire API. The App shows you how to retrieve NFT ownership data for the top holders of a given NFT project. For more details on using the Verbwire API you can access the full API docs here

Requirements

  1. You'll need a Verbwire API Key. You can sign up for a free API key HERE

Steps to run program locally

  1. Inser your API Key in the file, whaleWatcher.js. Replace the text "YOUR API KEY GOES HERE" with your actual API key. See image in the additional section below.

  2. From you command prompt, type in npm i to install node modules

  3. From you command prompt, type in node whaleWatcher.js to start the program

  4. Open your browser and goto localhost:8080 to see the program running

Your output should look like this:

whaleWatcherOutput

Additional Info

1. Showing where to input your API Key

inputApiKeyHere

2. Showing optional parameters you can change

(i) In the file, whaleWatcher.js you can change the NFT slug name to any project you want. See image
(ii) To return more than 10 elements you can change the limit parameter in whaleWatcher.js. See image

parametersChangeCodeImage

About

Simple whaleWatcherNFTApp built using the Verbwire API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published