{"id":18717309,"url":"https://github.com/thisiscetin/boxyz","last_synced_at":"2025-04-12T13:32:14.067Z","repository":{"id":41953662,"uuid":"480519692","full_name":"thisiscetin/boxyz","owner":"thisiscetin","description":"A simple NFT trading and breeding platform for demonstration purposes.","archived":false,"fork":false,"pushed_at":"2022-04-22T20:38:31.000Z","size":22847,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T08:13:57.578Z","etag":null,"topics":["blockchain","blockchain-technology","ethersjs","marketplace","nft","nfts","web3"],"latest_commit_sha":null,"homepage":"https://boxyz.bond","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thisiscetin.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}},"created_at":"2022-04-11T19:18:52.000Z","updated_at":"2022-12-12T22:27:05.000Z","dependencies_parsed_at":"2022-08-12T00:30:57.178Z","dependency_job_id":null,"html_url":"https://github.com/thisiscetin/boxyz","commit_stats":null,"previous_names":["c7n0/boxyz"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisiscetin%2Fboxyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisiscetin%2Fboxyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisiscetin%2Fboxyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisiscetin%2Fboxyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisiscetin","download_url":"https://codeload.github.com/thisiscetin/boxyz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248573500,"owners_count":21126843,"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":["blockchain","blockchain-technology","ethersjs","marketplace","nft","nfts","web3"],"created_at":"2024-11-07T13:15:45.475Z","updated_at":"2025-04-12T13:32:12.393Z","avatar_url":"https://github.com/thisiscetin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 boxyz\n\nI know it sounds strange, but maybe these boxes can breed and have children. They can be sold as well.\nboxyz is a fun project to trade and breed NFTs. Reachable over [https://boxyz.bond](https://boxyz.bond)\n\n![boxyz preview](https://ipfs.plutotest.network/ipfs/QmejnfTyQ45aa187fF9AV3MnzLTsyuSAyFPK9ALiYbn3B5 \"boxyz homepage\")\n\n## What is boxyz?\n\nboxyz is a blockchain breeding and trading platform where you can own boxes in different colors and sizes, breed them, and mint new boxes. \n\nBoxes are cute, colorful NFTs. If you navigate to [https://boxyz.bond](https://boxyz.bond), you can see some boxes are minted and bred already. You can get free test ETH from [Pluto test network](https://plutotest.network/), buy two boxes, breed and trade them. A sample screen shot from breeding page below.\n\n![breeding preview](https://ipfs.plutotest.network/ipfs/QmP4QAn1XrhqHf6mbE7A9UTeakPLzEQNxjbKSZhBGgLL6J \"breeding preview\")\n\n## Where it is deployed?\n\nIt is deployed to [Pluto test network](https://plutotest.network/). It is deployable to any EVM-compatible blockchain.\n\n## ![#69D2E7](https://via.placeholder.com/15/69D2E7/000000?text=+) boxyz properties\n\nAll properties of a box are stored on contract and rendering boxes do not need an additional dependency like an IPFS gateway. In addition to that,\n\n    - Every box has a distinct volume and color.\n    - Every box can breed up to three times and create (mint) new boxes.\n    - A box has a high chance of inheriting these traits from its parents and a small chance of mutating.\n\n### ![#F38630](https://via.placeholder.com/15/F38630/000000?text=+) box volume\n\n    When two boxes are selected for breeding, the box produced will have a 90% chance to have an average volume of two parents. And the remaining 10% is the probability of mutation that could cause the box to be of any arbitrary volume.\n\n    Let,\n    - Parent Box A has dimensions of: `[x:4, y:6, z:7]`, 168 volume\n    - Parent Box B has dimensions of: `[x:2, y:9, z:1]`, 18 volume\n\n    The child box C will have dimensions and volume of;\n    - 90% probability: `[x:(4+2)/2, y:(6+9)/2, z:(7+1)/2]`, 90 volume\n    - 10% probability: `[x:rand(1,10), y:rand(1,10), z:rand(1,10)]`, random volume\n\n### ![#A7DBD8](https://via.placeholder.com/15/A7DBD8/000000?text=+) box color\n\n    When two boxes are selected for breeding, the box produced will have a 90% chance to have an average color of two parents. And the remaining 10% is the probability of mutation that could cause the box to be of any arbitrary color.\n\n    Let,\n    - Parent Box A has color of: `rgb(50, 100, 200)`\n    - Parent Box B has color of: `rgb(20, 80, 120)`\n\n    The child box C will have color;\n    - 90% probability: `[R:(50+20)/2, G:(100+80)/2, B:(200+120)/2]`, RGB(35, 90, 160)\n    - 10% probability: `[R:rand(0,255), G:rand(0,255), B:rand(0,255)]`, random color\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisiscetin%2Fboxyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisiscetin%2Fboxyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisiscetin%2Fboxyz/lists"}