sayhicoelho / opensea-top-holders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSea Top Holders

This script will run over OpenSea's API to retrieve all assets from the contract, splitting 50 assets per request. Once all the assets are retrieved, we'll use the _.countBy function of lodash to write a file with all the holder addresses and their assets count.

Setup

Copy and rename .env.example to .env and put your environment variables.

Install

yarn install

Run

node .

License

MIT

About


Languages

Language:JavaScript 98.3%Language:Shell 1.7%