{"id":19939169,"url":"https://github.com/zapnap/fourby_nft","last_synced_at":"2026-05-13T17:36:06.328Z","repository":{"id":194877080,"uuid":"688609558","full_name":"zapnap/fourby_nft","owner":"zapnap","description":"Generative NFT project with on-chain SVG assets","archived":false,"fork":false,"pushed_at":"2023-11-10T20:31:36.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T04:09:50.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fourby.xyz","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zapnap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-09-07T17:56:02.000Z","updated_at":"2023-11-15T00:18:06.000Z","dependencies_parsed_at":"2025-01-12T04:09:53.306Z","dependency_job_id":"949cefd5-6adb-447e-8157-49d5a93447b7","html_url":"https://github.com/zapnap/fourby_nft","commit_stats":null,"previous_names":["zapnap/fourby_nft"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Ffourby_nft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Ffourby_nft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Ffourby_nft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Ffourby_nft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapnap","download_url":"https://codeload.github.com/zapnap/fourby_nft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367896,"owners_count":19951445,"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-11-12T23:45:11.654Z","updated_at":"2025-11-23T20:02:37.036Z","avatar_url":"https://github.com/zapnap.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FourbyNFT\n\nA simple generative NFT art project with a nice color palette and dynamic graphics that illustrate changes in network state over the course of the mint. Assets built via SVG and stored 100% on-chain.\n\nDeploy contract:\n\n`forge create FourbyNFT --rpc-url=$RPC_URL --private-key=$PRIVATE_KEY --constructor-args \"$OWNER_ADDRESS\" src/FourbyNFT.sol:FourbyNFT`\n\nMint a token:\n\n`cast send --rpc-url $RPC_URL --private-key $PRIVATE_KEY $CONTRACT_ADDRESS \"mintTo(address)\" \"$OWNER_ADDRESS\" --value 0.001ether`\n\nGet token URI (Base64-encoded):\n\n`cast call --rpc-url $RPC_URL $CONTRACT_ADDRESS \"tokenURI(uint256)(string)\" 1`\n\nDecoding the returned value produces some JSON, that includes an encoded SVG image.\n\nAlternatively, you can ask for the SVG directly:\n\n`cast call --rpc-url $RPC_URL $CONTRACT_ADDRESS \"renderSvg(uint256)(string)\" 1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Ffourby_nft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapnap%2Ffourby_nft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Ffourby_nft/lists"}