https://github.com/steppsr/macon
MACON is Bash script to create a JSON file containing all the NFT data from Mintgarden for a given NFT Collection.
https://github.com/steppsr/macon
bash chia chia-blockchain json mintgarden-api
Last synced: 25 days ago
JSON representation
MACON is Bash script to create a JSON file containing all the NFT data from Mintgarden for a given NFT Collection.
- Host: GitHub
- URL: https://github.com/steppsr/macon
- Owner: steppsr
- License: apache-2.0
- Created: 2023-12-09T01:51:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T02:09:50.000Z (over 2 years ago)
- Last Synced: 2025-07-14T03:32:24.779Z (11 months ago)
- Topics: bash, chia, chia-blockchain, json, mintgarden-api
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macon
MACON is Bash script to create a JSON file containing all the NFT data from Mintgarden for a given NFT Collection.
## Usage
Usage: macon.sh
Example
```
bash macon.sh col16edeh6yc8xgmvp35raynjzggth3chvful5p2v4ats7xqxzcadsmqpsn0lv
```
## Notes
* The collection ID can be gotten from Mintgarden, Spacescan, or Dexie.
* The length time the script runs will depend on the number of NFTs.
---
#### This tool is powered by the Mintgarden API!