{"id":20185900,"url":"https://github.com/jerga99/nft-marketplace","last_synced_at":"2025-04-10T06:16:03.703Z","repository":{"id":40624031,"uuid":"478903855","full_name":"Jerga99/nft-marketplace","owner":"Jerga99","description":"NFT Marketplace on Ethereum Blockchain based on course. Made in React/Next JS, Solidity and Typescript.","archived":false,"fork":false,"pushed_at":"2022-05-03T21:44:31.000Z","size":1559,"stargazers_count":72,"open_issues_count":0,"forks_count":45,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T07:26:45.330Z","etag":null,"topics":["javascript","nextjs","pinata","react","solidity","truffle","typescript"],"latest_commit_sha":null,"homepage":"https://academy.eincode.com/courses/nft-marketplace-in-react-js-next-typescript-full-guide","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/Jerga99.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-04-07T08:56:27.000Z","updated_at":"2025-01-17T14:48:08.000Z","dependencies_parsed_at":"2022-07-16T10:30:39.573Z","dependency_job_id":null,"html_url":"https://github.com/Jerga99/nft-marketplace","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/Jerga99%2Fnft-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerga99","download_url":"https://codeload.github.com/Jerga99/nft-marketplace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166853,"owners_count":21058481,"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":["javascript","nextjs","pinata","react","solidity","truffle","typescript"],"created_at":"2024-11-14T03:15:10.774Z","updated_at":"2025-04-10T06:16:03.682Z","avatar_url":"https://github.com/Jerga99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project. Full process and video lectures how to create the application can be found here: [NFT Marketplace in React, Typescript \u0026 Solidity - Full Guide\n](https://academy.eincode.com/courses/nft-marketplace-in-react-js-next-typescript-full-guide)\n\n## Overview\n\nMarketplace has dependencies on multiple technologies.\n\n* [Pinata](https://app.pinata.cloud/) - store images, and NFT metadata\n* [Ganache](https://trufflesuite.com/ganache/) - private Blockchain, to run application localy\n\n## To run the app\n1. run `npm install` to install dependencies\n\n2. In the root folder of the application create a `.env.development` file with following content:\n\n```\nNEXT_PUBLIC_NETWORK_ID=5777\nNEXT_PUBLIC_TARGET_CHAIN_ID=1337\nNEXT_PUBLIC_PINATA_DOMAIN=https://gateway.pinata.cloud\n\nSECRET_COOKIE_PASSWORD={your custom at least 32 characters long password!}\n\nPINATA_API_KEY={your api key from pinata}\nPINATA_SECRET_API_KEY={your api secret key from pinata}\n```\n* (your api pinata key has to allow `pinFileToIPFS` and `pinJSONToIPFS` rules)\n\n3. Then migrate a contract to Ganache, contract can be found in the `contracts` folder. It's called `NftMarket.sol`\n\n* To migrate the contract run `truffle migrate` in the terminal while Ganache network is setup and running.\n\n* Do not forget to link `trufle-config.js` with Ganache, just go to `config` and click `Add Project`\n\n* `keys.json` must be created if you want to deploy to Ropsten, if not, just remove import of `keys.json` from `trufle-config.js` and also comment out `ropsten` configuration\n\n4. Now everything is setup and you can test out the app.\n\n* Run `npm run dev` in the terminal. App will run at `localhost:3000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerga99%2Fnft-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerga99%2Fnft-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerga99%2Fnft-marketplace/lists"}