{"id":13456542,"url":"https://github.com/thuglabs/arweave-image-uploader","last_synced_at":"2025-04-13T22:01:54.842Z","repository":{"id":38402326,"uuid":"400823004","full_name":"thuglabs/arweave-image-uploader","owner":"thuglabs","description":"Upload NFT metadata to the Arweave network","archived":false,"fork":false,"pushed_at":"2021-10-24T10:50:57.000Z","size":629,"stargazers_count":77,"open_issues_count":1,"forks_count":43,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T00:32:15.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thuglabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-28T15:13:07.000Z","updated_at":"2024-10-11T09:38:04.000Z","dependencies_parsed_at":"2022-08-18T13:21:53.607Z","dependency_job_id":null,"html_url":"https://github.com/thuglabs/arweave-image-uploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuglabs%2Farweave-image-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuglabs%2Farweave-image-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuglabs%2Farweave-image-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuglabs%2Farweave-image-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thuglabs","download_url":"https://codeload.github.com/thuglabs/arweave-image-uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224838242,"owners_count":17378266,"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","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":[],"created_at":"2024-07-31T08:01:23.783Z","updated_at":"2024-11-15T20:16:40.904Z","avatar_url":"https://github.com/thuglabs.png","language":"JavaScript","funding_links":[],"categories":["🙏 Community-built Tools","JavaScript"],"sub_categories":["for Arweave"],"readme":"# Arweave NFT Metadata Uploaded\n\nThis package can be used to create metadata files on the Arweave network. It first uploads NFT image and then creates a metadata JSON file for this NFT using this image and default fields from file `uploader.js`.\nIt is created with an idea to be used with Solana blockchain and uses [Metaplex NFT Standard](https://docs.metaplex.com/nft-standard) but it isn't bound to Solana in any case and can be used with any other blockchain as well.\n\n## ⚠️ Important note\n\nI've disabled line which generates [new AR wallet](https://github.com/thuglabs/arweave-image-uploader/blob/main/uploader.js#L175) for the script use. From my understanding, newly generated wallets have 0 balance and shouldn't be able to approve TX on Arweave. Despite of it the script works well 🤷🏻‍♂️. So, to avoid any possible issues I've disabled it. Consider to use local Arweave wallet instead or this tool instead: [solana-nft-uploader by @moshthepitt](https://github.com/moshthepitt/solana-nft-uploader).\n\n## Use\n\nPrerequisites:\n\n- all images need to be in PNG format\n- all images need to be placed in `public/images/` folder\n- CSV data need to be placed in `public/data.csv`\n\nThen run:\n\n```\nnode ./uploader.js\n\n# or\n\nnode run upload\n```\n\nThe result json file will be saved to `./public/arweave-images.json`. This files consists of arrays of NFT objects with name / uri fields\n\n## Result Sample\n\n```\n{\n    \"0\": {\n        \"name\": \"ART #0000\",\n        \"uri\": \"https://arweave.net/eR4wgSnWusIG-xF2BZzsiOwVehQsvfCT8VAUC4NHQ5Y\"\n    },\n    \"1\": {\n        \"name\": \"ART #0001\",\n        \"uri\": \"https://arweave.net/NOvV7akJDBFZogZOKxDMwIhOauiDNhVqnIfUqJmmPR8\"\n    },\n    \"2\": {\n        \"name\": \"ART #0002\",\n        \"uri\": \"https://arweave.net/q6RS0m0cdoieJbbXI4H1A4yJcDeFi97YF3fHVhn-h9M\"\n    }\n}\n```\n\n\n# TODO: More\n\nThere is React app to manually validate items. But it needs to be updated for better use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuglabs%2Farweave-image-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthuglabs%2Farweave-image-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuglabs%2Farweave-image-uploader/lists"}