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
- You'll need a Verbwire API Key. You can sign up for a free API key HERE
-
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.
-
From you command prompt, type in npm i to install node modules
-
From you command prompt, type in node whaleWatcher.js to start the program
-
Open your browser and goto localhost:8080 to see the program running
Your output should look like this:
(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