{"id":25906560,"url":"https://github.com/raffaeleav/nfties","last_synced_at":"2025-07-10T19:34:14.302Z","repository":{"id":280303234,"uuid":"941560878","full_name":"raffaeleav/nfties","owner":"raffaeleav","description":"A NFT marketplace developed as a project for the Sicurezza dei Dati (Data Security) course, part of the Computer Science Master's Degree program at the University of Salerno","archived":false,"fork":false,"pushed_at":"2025-03-02T15:45:43.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:31:58.130Z","etag":null,"topics":["erc721","hardhat","helia","ignition","ipfs","javascript","jwt","marketplace","nft","react","redux","solidity"],"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/raffaeleav.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}},"created_at":"2025-03-02T15:31:35.000Z","updated_at":"2025-03-02T15:45:46.000Z","dependencies_parsed_at":"2025-03-02T16:33:13.306Z","dependency_job_id":"3f297051-01a6-4302-8be5-0ee322cc1d63","html_url":"https://github.com/raffaeleav/nfties","commit_stats":null,"previous_names":["raffaeleav/nfties"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raffaeleav/nfties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raffaeleav%2Fnfties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raffaeleav%2Fnfties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raffaeleav%2Fnfties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raffaeleav%2Fnfties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raffaeleav","download_url":"https://codeload.github.com/raffaeleav/nfties/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raffaeleav%2Fnfties/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884416,"owners_count":22926440,"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":["erc721","hardhat","helia","ignition","ipfs","javascript","jwt","marketplace","nft","react","redux","solidity"],"created_at":"2025-03-03T06:15:15.372Z","updated_at":"2025-06-14T21:03:49.773Z","avatar_url":"https://github.com/raffaeleav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/c1275780-27a0-4c19-9e65-58f3b9315289\" width=\"512\" heigth=\"120\"\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  An NFT marketplace developed as a project for the Sicurezza dei Dati (Data Security) course, part of the Computer Science Master's Degree program at the University of Salerno\n\u003c/p\u003e\n\n\n## Table of Contents\n- [Overview](#Overview)\n- [Preview](#Preview)\n- [Features](#Features)\n- [Requirements](#Requirements)\n- [Project structure](#Project-structure)\n- [How to replicate](#How-to-replicate)\n- [Built with](#Built-with)\n\n\n## Overview \n\u003cp\u003e\nNfties was developed to gain practical experience in building a decentralized application (Dapp), with a strong focus on Ethereum and blockchain security. The platform enables users to explore, buy, and sell a wide range of NFTs. Additionally, the Dapp admin has access to a dedicated dashboard for minting new NFTs.\n\u003c/p\u003e\n\n\n## Preview\n\u003cp\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/e67ef81f-f3eb-4759-966b-53253bbc6e73\" width=\"400\" heigth=\"400\"\u003e\n\u003c/p\u003e\n\n\n## Features\n1) Mint new NFTs (Admin)\n2) Purchase NFTs\n3) Sell your NFTs\n4) View your NFTs\n\n\n## Requirements \n- [mkcert](https://github.com/awsaf49/artifact)\n- Javascript dependencies are listed in each of the project components\n\n## Project structure\n```\nnfties/\n│── authentication/        # Authentication express endpoint\n│   ├── certificates/\n│   ├── scripts/\t\t\t\n│   └── src/       \t\n│\n│── contracts/             # Solidity smart contracts\n│\n│── frontend/              # React frontend\n│   ├── certificates/      \n│   ├── scripts/\t\t\t\n│   └── src/               \n│       ├── abis/          # Smart contract abis\n│       ├── components/    # React components\n│       ├── css/\n│       └── redux/         # Redux actions, reducers and store\n│ \n│── ignition/              # Hardhat ignition modules\n│   └── modules/     \n│\n│── ipfs/                  # Ipfs metadata / images storage endpoint\n│   ├── certificates/\n│   ├── scripts/\t\t\t\n│   └── src/ \n│\n│── scripts/               # Compiling / deployment scripts for contracts \n│\n│── test/                  # Unit testing with Mocha \n│\n│── .gitignore\n│── ...         \n└── package.json\n```          \n\n\n## How to replicate\nIt is required to run each of the commands in a different terminal\n1) Start the hardhat node\n```bash\ncd nfties\nnpm install\nnpx hardhat node\n```\n2) Deploy contracts\n```bash\ncd nfties/scripts\nbash deploy.sh\n```\n3) Start the authentication node\n```bash\ncd nfties/authentication\nnpm install\nnpm start\n```\n4) Start the ipfs node\n```bash\ncd nfties/ipfs\nnpm install\nnpm start\n```\n5) Start the frontend\n```bash\ncd nfties/frontend\nnpm install\nnpm start\n```\n\n\n## Built with\n- [Hardhat](https://hardhat.org/hardhat-network/docs/overview) - used for compiling, deploying, testing, and debugging smart contracts\n- [Solidity](https://soliditylang.org) - used for Ethereum smart contracts\n- [Helia](https://helia.io) - used for decentralized storage of NFT images and metadata\n- [React](https://it.legacy.reactjs.org) - used for building the frontend \n- [Redux](https://redux.js.org) - used for global state management in the frontend\n- [Express](https://expressjs.com) - used for building authentication and ipfs APIs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffaeleav%2Fnfties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraffaeleav%2Fnfties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffaeleav%2Fnfties/lists"}