{"id":27408020,"url":"https://github.com/5208980/stubr","last_synced_at":"2026-04-13T03:44:27.226Z","repository":{"id":122601888,"uuid":"431295656","full_name":"5208980/Stubr","owner":"5208980","description":"HOLON INNOVATE 2021 - 2nd Category (A) BUILD","archived":false,"fork":false,"pushed_at":"2021-11-24T22:21:23.000Z","size":926,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T09:43:47.375Z","etag":null,"topics":["ethereum","express","ipfs","metamask","react"],"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/5208980.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-24T00:21:18.000Z","updated_at":"2023-10-06T22:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"0246aa66-2a25-4f38-b37d-d20c2917611d","html_url":"https://github.com/5208980/Stubr","commit_stats":null,"previous_names":["5208980/stubr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5208980/Stubr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5208980%2FStubr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5208980%2FStubr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5208980%2FStubr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5208980%2FStubr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5208980","download_url":"https://codeload.github.com/5208980/Stubr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5208980%2FStubr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ethereum","express","ipfs","metamask","react"],"created_at":"2025-04-14T07:18:48.063Z","updated_at":"2026-04-13T03:44:27.176Z","avatar_url":"https://github.com/5208980.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nReact frontend, that is connected to Express Node server. This allows for connection of Web3.storage. To use the implementation \nof smart contracts, you will need,\n- Node (npm)\n- MetaMask Extension\n- Connection to Rinkeby Testnet\nYou an access the NFT here: https://testnets.opensea.io/collection/unidentified-contract-xm6fkrhcik\nERC1155 smart contract: https://rinkeby.etherscan.io/address/0x04BA9bAd8Ca4B3fF2eeF9dbc30C5A12328dF3Dc2\nProof of web3.storage tickets on IPFS: https://bafybeieaf5ckfa35ydx56lr6ixbnmfbzbll6azg4dp6jh4yjzgxwcqiiva.ipfs.dweb.link/metadata.json \n\n## Technologies Used\n- React Framework for frontend\n- Web3.storage as IPFS/Filecoin storage of tickets\n\n## Endpoints \nhttp://localhost:3000/ (connect to metamask)\n\nhttp://localhost:3000/upload (upload ticket image + metadata to web3.storage and mint on smart contract)\nFor the `Ticket Image` input in `/upload`, you can statily select one of the filepaths\n- assets/1/ticket.png\n- assets/a/ticket.png\n- assets/b/ticket.png\n- assets/c/ticket.png\n\n![](https://github.com/z5208980/stubr/blob/main/assets/readme/_uploadTicket.png)\nImage 1.1 Form filled to store using Web3.storage Ticket + Metadata\n\n![](https://github.com/z5208980/stubr/blob/main/assets/readme/_uploadTicketSuccess.png)\nImage 1.2 Successful form submission, where you can view NFT on application (Image 1.3), Ticket on IPFS, Metadata on IPFS\n\nhttp://localhost:3000/list/contract/ticketID (shows ticket information of the ticketId, listing and buy request)\n\n![](https://github.com/z5208980/stubr/blob/main/assets/readme/_listTicket.png)\nImage 1.3 View Nft on Application, where owner can list ticket for sale\n\n## Run locally (localhost)\n\n1. Clone repo\n```sh\ngit clone git@github.com:z5208980/stubr.git\ncd stubr\n```\n\n2. On one terminal, setup express node (this is to connect to Web3.storage)\n```sh\ncd backend\nnpm install     # If first time use\nnode run dev    # runs express server\n```\n\n3. In another terminal, To run frontend react app, (this is to connet to Web3)\n```sh\ncd frontend\nnpm install     # If first time use\nnpm start       # should start on port 3000\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5208980%2Fstubr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5208980%2Fstubr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5208980%2Fstubr/lists"}