{"id":23006935,"url":"https://github.com/paschal533/opensea-clone","last_synced_at":"2025-08-14T03:31:28.588Z","repository":{"id":116062786,"uuid":"444020305","full_name":"paschal533/Opensea-clone","owner":"paschal533","description":"This Project is a fork of Ethereum Boilerplate and demostrates how you can build your own NFT Marketplace. This project of course work on any EVM-compatible blockchain such as Polygon, Avalanche, Binance Smart Chain and other such chains.","archived":false,"fork":false,"pushed_at":"2022-01-10T16:30:22.000Z","size":14265,"stargazers_count":36,"open_issues_count":0,"forks_count":21,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T11:01:42.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paschal533.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-01-03T10:26:44.000Z","updated_at":"2025-01-02T12:36:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3634b7ba-166a-4490-a9d6-6b3d04c4ebf4","html_url":"https://github.com/paschal533/Opensea-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paschal533/Opensea-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FOpensea-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FOpensea-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FOpensea-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FOpensea-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paschal533","download_url":"https://codeload.github.com/paschal533/Opensea-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FOpensea-clone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270357690,"owners_count":24570419,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-15T08:13:57.882Z","updated_at":"2025-08-14T03:31:28.565Z","avatar_url":"https://github.com/paschal533.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Opensea Clone\n\nThis Project is a fork of Ethereum Boilerplate and demostrates how you can build your own NFT Marketplace. This project of course work on any EVM-compatible blockchain such as Polygon, Avalanche, Binance Smart Chain and other such chains.\n\n![Preview](preview.gif)\n\n# ⭐️ `Star us`\nIf this boilerplate helps you build Ethereum dapps faster - please star this project, every star makes us very happy!\n\n# 🚀 Quick Start\n\n📄 Clone or fork `opensea-clone`:\n```sh\ngit clone https://github.com/paschal533/Opensea-clone.git\n```\n💿 Install all dependencies:\n```sh\ncd opensea-clone\nyarn install \n```\n✏ Rename `.env.example` to `.env` in the main folder and provide your `appId` and `serverUrl` from Moralis ([How to start Moralis Server](https://docs.moralis.io/moralis-server/getting-started/create-a-moralis-server)) \nExample:\n```jsx\nREACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx\nREACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server\n```\n\n🔎 Locate the MoralisDappProvider in `src/providers/MoralisDappProvider/MoralisDappProvider.js` and paste the deployed marketplace smart contract address and ABI\n```jsx\nconst [contractABI, setContractABI] = useState();\nconst [marketAddress, setMarketAddress] = useState();\n```\n\n🔃 Sync the `MarketItemCreated` event `/src/contracts/marketplaceBoilerplate.sol` contract with your Moralis Server, making the tableName `MarketItems`\n```jsx\nevent MarketItemCreated (\n  uint indexed itemId,\n  address indexed nftContract,\n  uint256 indexed tokenId,\n  address seller,\n  address owner,\n  uint256 price,\n  bool sold\n);\n```\n\n\n🚴‍♂️ Run your App:\n```sh\nyarn start\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaschal533%2Fopensea-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaschal533%2Fopensea-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaschal533%2Fopensea-clone/lists"}