This is a utility tool built with Node.js for downloading, compressing, and resizing asset images of all tokens on the Stellar blockchain.
Follow these instructions to get this project up and running on your local machine for development and testing purposes.
Ensure you have Node.js installed on your system. If not, download it from here.
-
Clone the repo:
git clone https://github.com/Spxc/Stellar-blockchain-token-image-downloader
-
Navigate into the cloned repository:
cd Stellar-blockchain-token-image-downloader
-
Install NPM packages:
npm install
-
Add any environment variables and configuration needed.
-
Run the application:
node src/app.js
That's it! The script will start fetching all the tokens from the Stellar blockchain and download, compress, and resize the asset images.
Distributed under the MIT License. See LICENSE
for more information.
Please replace with your actual GitHub username in the clone command. Also, customize the part about environment variables if necessary.