{"id":25871705,"url":"https://github.com/zerosha256chain/web-test","last_synced_at":"2026-04-14T10:31:26.202Z","repository":{"id":276786358,"uuid":"929386676","full_name":"ZeroSHA256Chain/web-test","owner":"ZeroSHA256Chain","description":"UI dApp for EDU Assessment via Smart Contract","archived":false,"fork":false,"pushed_at":"2025-02-12T21:46:54.000Z","size":641,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-02T01:24:04.849Z","etag":null,"topics":["bun","chakra-ui","jotai","react","tanstack-form","tanstack-router","typescript","web3js","zod"],"latest_commit_sha":null,"homepage":"https://web-zeta-wheat-80.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroSHA256Chain.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":"2025-02-08T12:34:56.000Z","updated_at":"2025-03-01T11:56:14.000Z","dependencies_parsed_at":"2025-02-10T12:40:43.206Z","dependency_job_id":"af384e9d-9974-4055-a67e-6089a33d12c4","html_url":"https://github.com/ZeroSHA256Chain/web-test","commit_stats":null,"previous_names":["zerosha256chain/web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroSHA256Chain%2Fweb-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroSHA256Chain%2Fweb-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroSHA256Chain%2Fweb-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroSHA256Chain%2Fweb-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroSHA256Chain","download_url":"https://codeload.github.com/ZeroSHA256Chain/web-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241472220,"owners_count":19968350,"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":["bun","chakra-ui","jotai","react","tanstack-form","tanstack-router","typescript","web3js","zod"],"created_at":"2025-03-02T07:23:27.188Z","updated_at":"2025-12-31T01:06:08.980Z","avatar_url":"https://github.com/ZeroSHA256Chain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEDUAssess - Decentralized EDU Assessment\n\nWe, the ZeroSHA256Chain team, are dedicated to developing an innovative \nblockchain-based platform that enables students to validate their completed tasks while\nallowing educators and independent experts to efficiently verify these achievements.\nOur goal is to create a transparent, automated, and secure system for tracking educational\nsuccess.\n\n\n---\n\n## Getting Started\n\nThis guide will help you set up the development environment, run tests, and deploy the contract either locally. Whether you're a developer new to blockchain or an experienced contributor, these instructions are designed to help you get up and running quickly.\n\n---\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js** (v14 or later)\n- **npm** or **bun**\n\nFor Hardhat installation and documentation, visit the [Hardhat Getting Started Guide](https://hardhat.org/hardhat-runner/docs/getting-started).\n\n---\n\n## Local hardhat setup\n\nRepository with the smart contract - https://github.com/ZeroSHA256Chain/smart_contract\n\n1. **Clone the Repository:**\n   ```bash\n    git clone https://github.com/ZeroSHA256Chain/smart_contract\n    cd smart_contract\n    ```\n2. **Install Hardhat (if not already installed):**\n   ```bash\n    npm install --save-dev hardhat\n   ```\n3. **Install Project Dependencies:**\n   ```bash\n    yarn   \n    ```\n    or\n    ```bash\n    npm install .\n    ```\n\n4 **Running Tests**\n   To run the complete test suite and ensure everything is working as expected, execute:\n   ```bash\n   npx hardhat test\n   ```\n\n---\n\n## Local Smart Contract Deployment and UI Interaction\nTo deploy and interact on your local blockchain network, follow these steps:\n1. **Start a Local Hardhat Node:**\n   ```bash\n   npx hardhat node\n   ```\n   This command starts a local Ethereum JSON-RPC server at http://127.0.0.1:8545/\n   Also you can see a list of test accounts you can use later\n3. **Deploy the Contract Locally:**\n   ```bash\n   npx hardhat ignition deploy ./ignition/modules/DEDUAssess.js --network localhost\n   ```\n4. **Add local network to MetaMask**\n   \n   First, you need to visit our [website](https://web-zeta-wheat-80.vercel.app/). In the pop-up window, you will need to connect your MetaMask wallet.\n\n   Next, we go to MetaMask and connect to our local network:\n\n   - First click. ```Select a network```\n\n   - Second click. ```+ Add a custome network```\n\n   ![image](https://github.com/user-attachments/assets/903cb17b-1042-4523-a52d-f0ad64f38466)\n\n   You should see something similar to this.\n\n5. **Get test account**\n   \n   When you run ```npx hardhat node```, you may see many test account:\n\n   ![image](https://github.com/user-attachments/assets/d0f31144-ca87-49ea-b04e-e6b83cad89c9)\n\n   These are **test accounts that have tokens** on the network and can be used for network testing.\n   Choose one account that you like and copy its private key.\n\n   Now you need to **return to MetaMask**:\n\n   - First click: ```accounts```\n   - Second click: ```+ Account or hardware wallet```\n   - Third click: ```Import account```\n\n   ![image](https://github.com/user-attachments/assets/6404a915-de2a-405e-a262-55d4d8864319)\n\n   Now click ```import``` and test account should appear in your wallet.(with 10000 tokens)\n\n   ![image](https://github.com/user-attachments/assets/125bb688-e887-4a1e-8aed-0b7c3d81e75e)\n\n   Now you can return to our website and perform system testing :)\n\n## Running UI localy\nYou can use deployed website on https://web-zeta-wheat-80.vercel.app/ but it is also possible to start it localy\n\n1. clone web repository\n2. npm install\n3. npm run dev\n\n# Using UI\n\n1. After connecting to metamask you can see a starting page. Firstly add a project.\n\u003cimg width=\"551\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b6acf34e-0016-4fd3-9a48-628fe17d1f6e\" /\u003e\n\n2. After reloading projects, you can see the project in a \"Projects you can verify\" list\n   \u003cimg width=\"1453\" alt=\"image\" src=\"https://github.com/user-attachments/assets/542fb559-96d9-43f1-aa69-2b32d21704bc\" /\u003e\n\n3. Choose different account in MetaMask and reload page\n\n   \u003cimg width=\"336\" alt=\"image\" src=\"https://github.com/user-attachments/assets/299043ed-9961-4ced-9ef3-c01f259bd28e\" /\u003e\n\n4. Now open the project and submit a task\n   \u003cimg width=\"1216\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ca4d1054-3eae-44c4-b656-9498fc782cc6\" /\u003e\n\n5. Choose previous account and open your project. You can see a submitted task.\n\u003cimg width=\"1170\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bc5789db-3946-4955-be48-015fdeda3528\" /\u003e\n\n6. Verify or reject it and reload submission lists\n   \u003cimg width=\"1158\" alt=\"image\" src=\"https://github.com/user-attachments/assets/2101af02-e225-4ea9-8d6b-39fbafb894e4\" /\u003e\n\u003cimg width=\"1384\" alt=\"image\" src=\"https://github.com/user-attachments/assets/78b175d0-615e-47c3-8559-564ca661c439\" /\u003e\n\n7. You can verify any submission on \"Verify Submission\" Page\n\u003cimg width=\"1463\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ecd9cbda-768c-46d2-a8e6-a4245f8d450e\" /\u003e\n\n\n\n\n---\n\n## Latest Deployed Contract\n\nThe most recent deployment of the ```DEDUAssess``` contract is available at:\n```\n0xC3B6ECF9E480c27A9492A975710Bb976ED008e7b\n```\nYou can view the contract details on the \n[Polygon Amoy Explorer](https://amoy.polygonscan.com/address/0xC3B6ECF9E480c27A9492A975710Bb976ED008e7b)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosha256chain%2Fweb-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerosha256chain%2Fweb-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerosha256chain%2Fweb-test/lists"}