{"id":15415161,"url":"https://github.com/guibibeau/zora-game","last_synced_at":"2025-09-01T06:34:53.973Z","repository":{"id":37954768,"uuid":"502416094","full_name":"GuiBibeau/zora-game","owner":"GuiBibeau","description":"A game prototype with Zora's API.","archived":false,"fork":false,"pushed_at":"2022-06-13T18:43:23.000Z","size":371,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T07:04:39.430Z","etag":null,"topics":["cryptocurrency","games","nextjs","nft","zora"],"latest_commit_sha":null,"homepage":"https://zora-game.vercel.app/","language":"TypeScript","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/GuiBibeau.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":"2022-06-11T17:39:13.000Z","updated_at":"2022-06-16T01:25:15.000Z","dependencies_parsed_at":"2022-09-03T19:21:41.890Z","dependency_job_id":null,"html_url":"https://github.com/GuiBibeau/zora-game","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/GuiBibeau%2Fzora-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBibeau%2Fzora-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBibeau%2Fzora-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiBibeau%2Fzora-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuiBibeau","download_url":"https://codeload.github.com/GuiBibeau/zora-game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228561978,"owners_count":17937223,"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":["cryptocurrency","games","nextjs","nft","zora"],"created_at":"2024-10-01T17:06:50.600Z","updated_at":"2024-12-07T05:07:01.382Z","avatar_url":"https://github.com/GuiBibeau.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zora hackathon submission\n\nA game prototype with [Zora's API](https://docs.zora.co/docs/zora-api/intro).\n\nCurrently hosted on: http://zora-game.vercel.app/\n\n---\n\n## Index\n\n- [Stack](#stack)\n- [Available Pages](#available-pages)\n- [Getting Started](#getting-started)\n- [Local Commands](#local-commands)\n  - [Development](#development)\n  - [Build](#build)\n  - [Start](#start)\n\n---\n\n## Stack\n\n- [React](https://reactjs.org/)\n- [Next.js](https://nextjs.org/)\n- [Tailwind](https://tailwindcss.com/)\n- [Zora](https://docs.zora.co/docs/zora-api/intro)\n\n---\n\n## Available Pages\n\n| Page |    URL    |                 Description                  |\n| :--: | :-------: | :------------------------------------------: |\n| Home |     /     |   This is the home page to join the game.    |\n| Game | /game/:id | This is where the game actually takes place. |\n\n---\n\n## Getting Started\n\nInstall application dependencies.\n\n```sh\n$ yarn install\n```\n\n---\n\n## Local Commands\n\nIn this section, you can find the commands to run the application. They are also available in the `scripts` section of the [package.json](package.json).\n\n### Development\n\n```sh\n$ yarn dev\n```\n\nNavigate to **http://localhost:3000/** to view the app.\n\n### Build\n\n```sh\n$ yarn build\n```\n\nThe above command will start the production server.\n\n### Start\n\n \u003cstrong\u003e\n    To start it in production 🚀\n  \u003c/strong\u003e\n\n```sh\n$ yarn start\n```\n\n---\n\n## Contributing\n\n1. Fork the repository.\n2. Create your feature branch with specs (`git checkout -b my-new-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin my-new-feature`).\n5. Create new pull request.\n\n---\n\n## Contributors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/GuiBibeau\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22625602?v=4\" width=\"100px;\" alt=\"Guillaume Bibeau\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGui Bibeau\u003c/b\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/cxalem\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/96505286?v=4\" width=\"100px;\" alt=\"Alejandro José Mena\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlejandro José Mena\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/TommiEng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49788015?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTommie Nguyễn\u003c/td\u003e\n \n\u003c/table\u003e\n\n---\n\n# **Have a question or suggestion?**\n\nContact me on [Twitter](https://twitter.com/guibibeau), or create a pull request on this project.\n\n---\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2022 Guillaume Bibeau-Laviolette\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguibibeau%2Fzora-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguibibeau%2Fzora-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguibibeau%2Fzora-game/lists"}