{"id":23263387,"url":"https://github.com/rohitroy-github/vite-amazon-clone-dapp","last_synced_at":"2026-04-11T12:06:09.529Z","repository":{"id":187133463,"uuid":"676249341","full_name":"rohitroy-github/vite-amazon-clone-dapp","owner":"rohitroy-github","description":"A decentralized Amazon.in powered by blockchain. ","archived":false,"fork":false,"pushed_at":"2024-07-07T13:36:07.000Z","size":1041,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:53:31.416Z","etag":null,"topics":["dapp","ethereum","ethersjs","hardhat","solidity","vite"],"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/rohitroy-github.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":"2023-08-08T19:13:31.000Z","updated_at":"2024-07-07T13:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"87098911-41a2-41a8-b110-acba83a529c6","html_url":"https://github.com/rohitroy-github/vite-amazon-clone-dapp","commit_stats":null,"previous_names":["rohitroy-github/react-amazon-clone-dapp","rohitroy-github/vite-amazon-clone-dapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fvite-amazon-clone-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fvite-amazon-clone-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fvite-amazon-clone-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitroy-github%2Fvite-amazon-clone-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitroy-github","download_url":"https://codeload.github.com/rohitroy-github/vite-amazon-clone-dapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441909,"owners_count":20939380,"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":["dapp","ethereum","ethersjs","hardhat","solidity","vite"],"created_at":"2024-12-19T14:17:52.642Z","updated_at":"2026-04-11T12:06:09.484Z","avatar_url":"https://github.com/rohitroy-github.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003eAmazon Clone Dapp (EVM Based)\u003c/h2\u003e\n\n\u003cb\u003eThis is a decentralized version of Amazon.in powered by blockchain and designed using Vite JS.\u003c/b\u003e\n\n\u003c!-- Currently, the app is working on localhost using \u003cb\u003eSepolia test network\u003c/b\u003e and Alchemy. --\u003e\n\n\u003cb\u003eSnapshots from the project : \u003c/b\u003e\n\n\u003cimg src=\"https://github.com/rohitroy-github/vite-amazon-clone-dapp/assets/68563695/9888a8ea-2826-4a8b-b5e7-47fdd3af2385\" width=\"750\"\u003e\n\u003cbr /\u003e\n\u003cimg src=\"https://github.com/rohitroy-github/vite-amazon-clone-dapp/assets/68563695/dd8d5b35-412a-43e6-9f50-d8395f6eff49\" width=\"750\"\u003e\n\n\u003ch3\u003e\u003cb\u003eTech Stack :\u003c/b\u003e\u003c/h3\u003e\n\n\u003cb\u003eFrontend :\u003c/b\u003e\n\n\u003cul\u003e\n    \u003cli\u003eVite JS\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cb\u003eBackend :\u003c/b\u003e\n\n\u003cul\u003e\n    \u003cli\u003eNode JS\u003c/li\u003e\n    \u003cli\u003eHardhat Development Environment\u003c/li\u003e\n    \u003cli\u003eMetamask Wallet\u003c/li\u003e\n    \u003cli\u003eEthers JS\u003c/li\u003e\n    \u003cli\u003eAlchemy\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3\u003e\u003cb\u003eGuide for testing on local hardhat network :\u003c/b\u003e\u003c/h3\u003e\n\n\u003cb\u003eEnvironment variables :\u003c/b\u003e\n\nCreate a new .env file inside [backend-hardhat] folder taking reference from .env.example file inside the same.\n\n\u003cb\u003eBackend :\u003c/b\u003e\n\nTerminal 1:\n\n\u003cul\u003e\n    \u003cli\u003eRun (Move inside [backend-hardhat] folder) : \u003cb\u003ecd backend-hardhat\u003c/b\u003e\u003c/li\u003e\n    \u003cli\u003eRun (Running Hardhat node locally) : \u003cb\u003enpx hardhat node\u003c/b\u003e\u003c/li\u003e\n\n\u003c/ul\u003e\n\nTerminal 2:\n\n\u003cul\u003e\n    \u003cli\u003eRun (Move inside [backend-hardhat] folder) : \u003cb\u003ecd backend-hardhat\u003c/b\u003e\u003c/li\u003e\n    \u003cli\u003eRun (Running tests | Optional) : \u003cb\u003enpx hardhat test\u003c/b\u003e\u003c/li\u003e\n    \u003cli\u003eRun (Running deployment script) : \u003cb\u003enpx hardhat run scripts/deploy[Todo_Contract_Main].js --network localhost\u003c/b\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\nUpdate the \u003cb\u003e[config.json]\u003c/b\u003e file with the updated contract-address under \u003cb\u003e\"31337\"\u003c/b\u003e \"address\" feild fetched from Terminal 2.\n\n\u003cb\u003eFrontend :\u003c/b\u003e\n\nTerminal 1:\n\n\u003cul\u003e\n    \u003cli\u003eRun (Move inside [frontend-vite] folder) : \u003cb\u003ecd frontend-vite\u003c/b\u003e\u003c/li\u003e\n    \u003cli\u003eRun (Running frontend on browser): \u003cb\u003enpm run dev\u003c/b\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\nThe project is complete but I'm making constant modifications to the project. Please don't forget to put a ⭐ if you like the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitroy-github%2Fvite-amazon-clone-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitroy-github%2Fvite-amazon-clone-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitroy-github%2Fvite-amazon-clone-dapp/lists"}