Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halaprix/getHolderSnapshot
Get Solana NFT holder list based on mint address list.
https://github.com/halaprix/getHolderSnapshot
Last synced: about 1 month ago
JSON representation
Get Solana NFT holder list based on mint address list.
- Host: GitHub
- URL: https://github.com/halaprix/getHolderSnapshot
- Owner: halaprix
- Created: 2021-10-05T12:48:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T08:43:00.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T08:17:04.452Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 71
- Watchers: 1
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - halaprix/getHolderSnapshot - Get Solana NFT holder list based on mint address list. (JavaScript)
- awesome-solana-nfts - getHolderSnapshot
- awesome-solana-nfts-v2 - getHolderSnapshot
README
# getHolderSnapshot
Get Solana NFT holder list based on mint address list.### Clone the repo
Clone the repo to have the source code.
```
git clone https://github.com/halaprix/getHolderSnapshot.git
```### Installation
Installation of the necessary dependencies: ` npm install `
### Mint addresses
In order to use the program, you must have your token address list.
### Usage
Finally, to obtain the list of holders, just execute the following command
```
node .\getSnapshot.js input.txt output.json
```It should autoamtically clean up the input. If not - do the needful.