{"id":15065146,"url":"https://github.com/jerga99/nft-marketplace-template","last_synced_at":"2025-07-16T19:34:52.470Z","repository":{"id":86673620,"uuid":"486554851","full_name":"Jerga99/nft-marketplace-template","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:20.000Z","size":810,"stargazers_count":24,"open_issues_count":1,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T09:53:37.749Z","etag":null,"topics":["javascript","nextjs","pinata","reactjs","solidity-language","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-28T10:52:42.000Z","updated_at":"2024-11-21T08:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddcd49d5-c49d-4c03-b79f-d40d7a9f0842","html_url":"https://github.com/Jerga99/nft-marketplace-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jerga99/nft-marketplace-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerga99","download_url":"https://codeload.github.com/Jerga99/nft-marketplace-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerga99%2Fnft-marketplace-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265534800,"owners_count":23783891,"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","reactjs","solidity-language","truffle","typescript"],"created_at":"2024-09-25T00:34:44.234Z","updated_at":"2025-07-16T19:34:52.422Z","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-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerga99%2Fnft-marketplace-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerga99%2Fnft-marketplace-template/lists"}