Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steppsr/xd-nft-wizard
xd nft wizard is a interactive Bash script to help with Chia NFTs.
https://github.com/steppsr/xd-nft-wizard
bash chia chia-blockchain mintgarden-api nft wallet xch
Last synced: about 3 hours ago
JSON representation
xd nft wizard is a interactive Bash script to help with Chia NFTs.
- Host: GitHub
- URL: https://github.com/steppsr/xd-nft-wizard
- Owner: steppsr
- License: apache-2.0
- Created: 2022-12-12T07:17:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T17:18:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T07:33:33.058Z (over 1 year ago)
- Topics: bash, chia, chia-blockchain, mintgarden-api, nft, wallet, xch
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xd-nft-wizard
xd nft wizard is a interactive Bash script to help with Chia NFTs.**Tip:** Credit to Mintgarden API for powering many of the features of this script.
## Download
**Tip:** The latest _stable_ version you can find under releases. The main branch may have an
in development version and could contain some bugs.You can download the following files individually, or grab the latest release. Put the files into
a folder you create for the application. I like to do this in my home directory.To create a folder for the application in your home directory:
```
cd
mkdir xdnft
```## Install
There are a couple of require utilities that will be installed if not already on your system.
1. curl
2. jqTo run the install:
```
bash install.sh
```Follow any on screen prompts. It will ask you to reload your user profile after it completes:
```
source ~/.bashrc
```## Running the command
```
xdnft
```## Actions available
1. View NFT details by NFT ID - this will use the given NFT ID to find and display the Wallet ID,
NFT Collection Name, NFT Name, and the NFT Coin ID.2. Send NFT to Wallet Address - this will use the given NFT ID and Destination Address and generate
the command to run to send the NFT. You will also be asked if you wish to run the command.3. Get list of my NFTs
4. Get list of NFT IDs from Collection
5. Get list of Owner Wallets from NFT IDs
6. Get list of NFT Names from NFT IDs
7. Name generators
A. Droid Name Generator
B. Norby Name Generator
C. Random Name Picker8. Pick Random NFT with Option to Airdrop
A. Randomly select one from all my NFTs
B. Randomly select one from a specific Wallet ID
C. Randomly select one from a specific Collection9. Batch Move NFTs to Profile/DID
## Screenshots
![xd nft wizard](https://xchdev.com/images/xd-nft-wizard_1.png)
![xd nft wizard](https://xchdev.com/images/xd-nft-wizard_2.png)
![xd nft wizard](https://xchdev.com/images/xd-nft-wizard_3.png)
![xd nft wizard](https://xchdev.com/images/xd-nft-wizard_4.png)
![xd nft wizard](https://xchdev.com/images/xd-nft-wizard_5.png)