{"id":26596949,"url":"https://github.com/tenze21/cryptographic_verifiable_document_issuer","last_synced_at":"2026-04-20T09:02:22.421Z","repository":{"id":283213888,"uuid":"951041765","full_name":"tenze21/Cryptographic_verifiable_document_issuer","owner":"tenze21","description":"Building it as a part of spring semester 2025, PRJ202.","archived":false,"fork":false,"pushed_at":"2025-03-19T04:53:32.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T05:28:45.007Z","etag":null,"topics":["cryptography","dapp","digital-signature","ethereum","merkle-tree"],"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/tenze21.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-03-19T04:33:35.000Z","updated_at":"2025-03-19T04:57:34.000Z","dependencies_parsed_at":"2025-03-19T05:29:17.539Z","dependency_job_id":"73b1faf8-f52b-4fb2-8d22-477dea8531b5","html_url":"https://github.com/tenze21/Cryptographic_verifiable_document_issuer","commit_stats":null,"previous_names":["tenze21/cryptographic_document_verifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenze21%2FCryptographic_verifiable_document_issuer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenze21%2FCryptographic_verifiable_document_issuer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenze21%2FCryptographic_verifiable_document_issuer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenze21%2FCryptographic_verifiable_document_issuer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenze21","download_url":"https://codeload.github.com/tenze21/Cryptographic_verifiable_document_issuer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245137274,"owners_count":20566726,"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":["cryptography","dapp","digital-signature","ethereum","merkle-tree"],"created_at":"2025-03-23T17:20:55.334Z","updated_at":"2026-04-20T09:02:22.414Z","avatar_url":"https://github.com/tenze21.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptographic Document Verifier.\n- **Issuing verifiable digital documents.**\n- **Verifying digital documents.**\n\n## Build with.\n- **[vite](https://vite.dev):** For fast javascript bundling. \n- **[Wagmi](https://wagmi.sh/react/getting-started):** Offers support for multiple wallet connections and chains (sepolia, mainnet, polygon...) and simplifies handling wallet connections and transactions with it's easy to use hooks with minimal setup. Important files include [wagmi config](./client/src/wagmi_config.js).\n- **[redux toolkit](https://redux-toolkit.js.org/introduction/getting-started):** For state management. On top of state management *redux toolkit* also simplifies handling API requests to the server getting rid of the need to write multiple fetch requests, this keeps the code clean. Important files include [store.js](./client/src/store.js), [apiSlice.js](./client/src/slices/apiSlice.js). \n\n\n## Setup Guide.\n### Don't have *pnpm*?\n**Open a terminal and run the following command**\n```\nnpm i -g pnpm\n```\n\n- Clone repository.\n    ```\n    git clone https://github.com/tenze21/Cryptographic_verifiable_document_issuer.git\n    ```\n\n- Get into client folder.\n    ```\n    \u003c!-- From the root folder (Cryptographic_verifiable_document_issuer) --\u003e\n\n    cd client\n    ```\n- Install client dependencies.\n    ```\n    pnpm i\n    ```\n- Get into server folder.\n    ```\n    \u003c!-- From root folder --\u003e\n\n    cd server\n    ```\n- Install server dependencies\n    ```\n    pnpm i\n    ```\n- Set up enviroment variables.\n\n    **Create a *variables.env* folder in the server folder and include the following:**\n\n    ```\n    SESSION_SECRET= YOUR_SESSION_SECRET\n    PORT= PORT_NO.\n    NODE_ENV=development\n    MONGO_URI= YOUR_MONGO_URI\n    ENCRYPTION_KEY=32_CHARACTERS_ENCRYPTION_KEY\n    ADMIN_ADDRESS=MARKSHEET_SIGNER'S_WALLET_ADDRESS\n    SEPOLIA_RPC_URL=YOUR_SEPOLIA_RPC_URL\n    CONTRACT_ADDRESS=YOUR_DEPLOYED_CONTRACT_ADDRESS\n    ```\n- Start server \n    ```\n    pnpm run server\n    ```\n- Start Client\n    ```\n    \u003c!-- open a new terminal and Get into the client folder --\u003e\n\n    pnpm run dev\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenze21%2Fcryptographic_verifiable_document_issuer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenze21%2Fcryptographic_verifiable_document_issuer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenze21%2Fcryptographic_verifiable_document_issuer/lists"}