{"id":21141232,"url":"https://github.com/shz-code/blockbuster_hackathon","last_synced_at":"2026-01-02T01:58:39.001Z","repository":{"id":234733396,"uuid":"674689716","full_name":"shz-code/BlockBuster_Hackathon","owner":"shz-code","description":"Hackathon BUET CSE Fest 2023","archived":false,"fork":false,"pushed_at":"2023-07-28T05:38:41.000Z","size":1461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-21T07:07:42.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/shz-code.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}},"created_at":"2023-08-04T14:30:31.000Z","updated_at":"2023-08-04T14:30:31.000Z","dependencies_parsed_at":"2024-04-20T16:14:04.985Z","dependency_job_id":null,"html_url":"https://github.com/shz-code/BlockBuster_Hackathon","commit_stats":null,"previous_names":["shz-code/blockbuster_hackathon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shz-code%2FBlockBuster_Hackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shz-code%2FBlockBuster_Hackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shz-code%2FBlockBuster_Hackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shz-code%2FBlockBuster_Hackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shz-code","download_url":"https://codeload.github.com/shz-code/BlockBuster_Hackathon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581094,"owners_count":20314167,"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":[],"created_at":"2024-11-20T07:25:39.746Z","updated_at":"2026-01-02T01:58:38.976Z","avatar_url":"https://github.com/shz-code.png","language":null,"readme":"\n# BlockBuster\n**Supply Chain Application for authentic artworks \u0026 premium collectibles.**\n\nThe application **ArtBlock** is a unique web platform, designed for selling and buying authentic artworks from artists and premium collectibles in physical form from creators around the globe. The platform is built on web3 rails, leveraging blockchain technology and its tools to enforce anonymity, credentials verification, and authenticity.\n\n## Badges\n\n\n\n![Solidity](https://img.shields.io/badge/Solidity-%23363636.svg?style=for-the-badge\u0026logo=solidity\u0026logoColor=white)![Ethereum](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge\u0026logo=Ethereum\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Web3.js](https://img.shields.io/badge/web3.js-F16822?style=for-the-badge\u0026logo=web3.js\u0026logoColor=white)\n![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge\u0026logo=npm\u0026logoColor=white)\n## Acknowledgements\n\n - [Solidity 0.8](https://www.youtube.com/watch?v=xv9OmztShIw\u0026list=PLO5VPQH6OWdVQwpQfw9rZ67O6Pjfo6q-p)\n\n - [Thirdweb](https://thirdweb.com/)\n\n \n\n\n\n\n## Installation\n\nInstallation and running of this project to the local machine may vary the dependencies. You may follow the Installation process :\n\n1. Copy the URL for the repository. To clone the repository using HTTPS, under \"HTTPS\", click. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click.To clone a repository using GitHub CLI, click GitHub CLI, then click .\n\n\n2. Open Git Bash. \n3. Change the current working directory to the location where you want the cloned directory.\n4. Clone the repository to your local machine using the following command:\n\n```bash\n  git clone https://github.com/your-username/your-project.git\n\n```\n5. Press Enter to create your local clone.\n\n6. Go to the project directory\n\n```bash\n  cd project-Name\n\n```\n7. Install dependencies\n\n```bash\n  npm install\n\n```\n\n\n\n## Run Locally\n\n Start the Server\n```bash\n  npm run dev\n\n```\nThis will start the development server and it will be accessible at http://localhost:port.\nPort may vary from machine to machine.\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n`PRIVATE_KEY`\n\nThe `PRIVATE_KEY` comes from the MetaMask wallet in this project.\n## Deployment\n\nTo deploy this project run\n\n```bash\n  npm run deploy\n```\n\n\n## API Reference\n\n#### Retrieve MetaMask Wallet Address\n\n```http\n  GET /wallet/address\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `api_key` | `string` | **Required**. MetaMask address under account name  |\n\n#### MetaMask Address Authentication\n\n```http\n  GET /wallet/address?api_key=YOUR_API_KEY\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `api_key`      | `string` | **Required**. Your API key for authentication |\n\n#### Ethereum API\n\n```http\n  GET window.ethereum.request\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `api_key`      | `string` | **Required**. Return a boolean result |\n\n\n```http\n  GET eth_gasPrice\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `api_key`      | `string` | **Required**. Ethereum API Gas price |\n\n```http\n  GET eth_gasPrice\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `api_key`      | `string` | **Required**.Ethereum API Gas price |\n\n```http\n  GET eth_sendTransaction\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `api_key`      | `string` | **Required**.Ethereum API Gas price |\n\n\n## Features\n\n- Anonymity for Buyers: Buyers can remain anonymous while purchasing items on the web platform. This feature allows buyers to maintain privacy and confidentiality.\n- Suppliers Registration: Artists and creators are required to register themselves on the platform. This registration process enables the platform to verify the authenticity and credibility of the suppliers.\n- Verify Authenticity: Buyers can verify the authenticity.\n- Request for order anonymously.\n- View Order Status: Buyers can view the delivery/supply status of their orders.\n And other features based on the supplier and buyer and verifier.\n\n\n## Tech Stack\n\n**Client:** React, TailwindCSS\n\n**Smart contract** : Solidity\n\n**Server:** ThreeWeb\n\n\n## Tools\n**IDE** : Visual Studio Code, Remix\n\n**Wallet** :  Metamask\n\n**Environment** : Hardhat\n## Screenshots\nHome page\n\n\n![image](https://github.com/MostlyTanvir/BlockBuster_Hackathon/assets/98779204/68755baa-ad72-421c-b751-157976b5f953)\n\nSign In with Metamask wallet\n\n![image](https://github.com/MostlyTanvir/BlockBuster_Hackathon/assets/98779204/9ad630a3-7438-472f-a9a7-904d74567804)\n\n\nAdd New ArtWork By Supplier\n\n![image](https://github.com/MostlyTanvir/BlockBuster_Hackathon/assets/98779204/786058fe-5a4c-4163-93b5-d05d6193397a)\n\n\nFilter ArtWork By Condition\n\n![image](https://github.com/MostlyTanvir/BlockBuster_Hackathon/assets/98779204/d86fab10-1423-4b5c-9151-e4360d2f1da3)\n\n\n\n\n\n\n\n\n## Optimizations\n\nGas optimization has been used for the smart contract.\n\n\n## Authors\n\n- [Tanvir Ahmed Khan](https://github.com/mostlyTanvir/)\n\n- [Shahidul Alam](https://github.com/shz-code)\n\n- [Rakibul Hasan Dihan](https://github.com/dihanrh)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshz-code%2Fblockbuster_hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshz-code%2Fblockbuster_hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshz-code%2Fblockbuster_hackathon/lists"}