Import and install our Scripts
Download our Scripts on our official GitHub repository.
Using GitHub Cli (recommended)
Open Node.js command prompt app on your computer.
Authenticate
Login to your GitHub account using this command
gh auth loginYou will be asked to which account you want to login, and to confirm using a One time code on GitHub website.
Import the scripts
Once logged in, type this command to clone our repo
gh repo clone Burstall/hedera-nft-scriptsOnce done, you will see a new folder has been created on your computer as your current location.
Go to this folder by typing
cd hedera-nft-scriptsInstall the scripts
Once in the hedera-nft-scripts folder, you can install the required packages by using this command
npm installThe scripts are now installed and ready to be used!
Manually
To import manually our scripts to your computer, download our scripts at https://github.com/Burstall/hedera-nft-scripts
Click the button "Code" and then "Download Zip"

Unzip the archive on your computer at the desired place.
Once done, open Node.js command prompt app on your computer.
You will have to place you inside this folder. Go to this folder by typing
cd C:\Path\to\the\folder\hedera-nft-scriptsInstall the scripts
Once in the hedera-nft-scripts folder, you can install the required packages by using this command
npm installThe scripts are now installed and ready to be used!
Last updated