{"id":20621663,"url":"https://github.com/steppsr/indexify","last_synced_at":"2026-05-03T23:31:31.137Z","repository":{"id":212010445,"uuid":"730492025","full_name":"steppsr/indexify","owner":"steppsr","description":"Bash script to create a general purpose NFT Gallery for Datalayer NFT collection on the Chia Blockchain. Or really any NFT collection in a source folder.","archived":false,"fork":false,"pushed_at":"2023-12-18T02:27:17.000Z","size":4055,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T19:36:52.060Z","etag":null,"topics":["bash","chia","chia-blockchain","html","javascript","nft"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steppsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-12T03:28:37.000Z","updated_at":"2023-12-12T03:44:33.000Z","dependencies_parsed_at":"2025-03-07T03:07:57.693Z","dependency_job_id":"a8507a51-bf2d-4400-8761-d5f68311c5f4","html_url":"https://github.com/steppsr/indexify","commit_stats":null,"previous_names":["steppsr/indexify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steppsr/indexify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Findexify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Findexify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Findexify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Findexify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steppsr","download_url":"https://codeload.github.com/steppsr/indexify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steppsr%2Findexify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273448610,"owners_count":25107604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","chia","chia-blockchain","html","javascript","nft"],"created_at":"2024-11-16T12:18:48.362Z","updated_at":"2026-05-03T23:31:26.114Z","avatar_url":"https://github.com/steppsr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# indexify\nBash script to create a general purpose NFT Gallery for Datalayer NFT collection on the Chia Blockchain. _Or really any NFT collection in a source folder._\n\nNote: the script is slow. The more NFTs the longer it takes. But, it's also a run-once and done script so just be patient. I do write output to the screen to show progress along the way.\n\n---\n\n### Prerequisites\n* jq\n* tr\n* curl\n\n---\n\n### Parameters\nParameter 1 \u003cbuild_folder\u003e must be the folder with the NFT files.  i.e.  `./build` or `./public_html`\n\n---\n\n### Example of basic folder structure for collection\n```\nbuild\n   ├─ images\n       ├─ 01.png\n       └─ 02.png\n   ├─ metadata\n       ├─ 01.json\n       └─ 02.json\n   ├─ icon.png\n   ├─ banner.png\n   └─ license.md\n```\n\n* Assumption 1 - \u003cbuild_folder\u003e contains a subfolder named `images` containing all the images of the NFTs.\n* Assumption 2 - \u003cbuild_folder\u003e contains a subfolder named `metadata` containing all the JSON files for the metadata of the NFTs.\n* Assumption 3 - \u003cbuild_folder\u003e contains an image named `icon.png`, `icon.jpg`, or `icon.gif` containing the icon for the collection.\n* Assumption 4 - \u003cbuild_folder\u003e contains an image named `banner.png`, `banner.jpg`, or `banner.gif` containing the banner for the collection.\n* Assumption 5 - \u003cbuild_folder\u003e contains a file named `license.md`, `license.pdf`, or `license.txt` contain the license for the collection.\n\n---\n\n* Note 1 - The Collection data will be pulled from the first metadata file in the `metadata` folder.\n* Note 2 - Output will be a file named `index.html` in the build_folder.\n\n---\n\n# USAGE\n\n`bash make_gallery.sh /path/to/\u003cbuild_folder\u003e`\n\nReal Example:\n\n```\nbash make_gallery.sh ./BattleKats/build\n```\n\n---\n\n### Screenshot example\n![Creepers example](example.png \"Creepers example\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppsr%2Findexify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteppsr%2Findexify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppsr%2Findexify/lists"}