{"id":26469814,"url":"https://github.com/ocdbytes/cryptovault","last_synced_at":"2025-09-16T04:37:42.023Z","repository":{"id":164846135,"uuid":"583307952","full_name":"ocdbytes/CryptoVault","owner":"ocdbytes","description":"CryptoVault is a vault on blockchain in which we can deposit our funds and then we can withdraw them in exchange of the stable coins which we got in exchange of the amount we staked in the vault.","archived":false,"fork":false,"pushed_at":"2023-05-13T14:52:01.000Z","size":736,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T17:09:24.048Z","etag":null,"topics":["ethereum","hardhat","solidty"],"latest_commit_sha":null,"homepage":"https://hypervault.vercel.app","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/ocdbytes.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}},"created_at":"2022-12-29T11:43:40.000Z","updated_at":"2023-04-20T05:51:04.000Z","dependencies_parsed_at":"2023-09-03T04:24:03.868Z","dependency_job_id":"78f8d523-88c4-480c-8dae-dacc86ac4197","html_url":"https://github.com/ocdbytes/CryptoVault","commit_stats":null,"previous_names":["ocdbytes/cryptovault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ocdbytes/CryptoVault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocdbytes%2FCryptoVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocdbytes%2FCryptoVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocdbytes%2FCryptoVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocdbytes%2FCryptoVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocdbytes","download_url":"https://codeload.github.com/ocdbytes/CryptoVault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocdbytes%2FCryptoVault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262981604,"owners_count":23394559,"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":["ethereum","hardhat","solidty"],"created_at":"2025-03-19T17:09:28.564Z","updated_at":"2025-09-16T04:37:36.975Z","avatar_url":"https://github.com/ocdbytes.png","language":"JavaScript","readme":"# HyperVault 🔐\n\nHyperVault is a vault on blockchain in which we can deposit our funds and then we can withdraw them in exchange of the stable coins which we got in exchange of the amount we staked in the vault.\n\n**How crypto vaults works ?**\n\n```txt\n\nTime T1 (initial time) :\n----------------------\n\nUser : 500 XYZ (2 VLTK = 1 XYZ)\n\n          $CRYPTO$\n[USER] -------------\u003e [Vault]\n       \u003c-------------\n          $VLTK$\n\nUser : 1000 STABLECOIN (Asset returned by vault in exchange of the deposits as stable crypto)\n\nTime T2 (after sometime) :\n\n------------------------\n\nUser : 1000 STABLECOIN (Asset submitted to vault to get the deposited assets back which have higher value now)\n\n          $VLTK$\n[USER] ------------\u003e [Vault]\n       \u003c------------\n          $CRYPTO$\n\nUser : 500 XYZ (2.75 VLTK = 1 XYZ)\n\nValue before lock : 1000 $VLTK$\nValue after lock : 1375 $VLTK$\n\nProfit % : (375 / 1000) * 100 = 37.5 %\n\nCONCLUSION\n----------\n\nHere user had a profit and now owns much more worth of crypto that he/she/they owned it at time T1.\n\n```\n\n## Currencies Supported\n\nThe Vault supports ETH network and soon will support Cross chain.\n\n```sh\nETH SEPOLIA\n-----------------------------------------------------------\n| DEPLOYED   : 0x96dA2E1A6e5FFAcf6d5bbAf55091A67caba5DC2e |\n| VLTK Token : 0x0EA7bf5f7Afd9f4c176F1E9083595A8e06b06454 |\n-----------------------------------------------------------\n\nPOLYGON MUMBAI (LIVE 🔴)\n-----------------------------------------------------------\n| DEPLOYED   : 0x165c2d5256cC3ceB26A21d72B58c03afB01dB50c |\n| VLTK Token : 0xA55e2F289a08721bDfb3E727C823108a1Ac6Da39 |\n-----------------------------------------------------------\n\n# Address of price feeds (ETH)\nETH_PRICE_FEED = 0x694AA1769357215DE4FAC081bf1f309aDC325306\n\n# Address of price feeds (POLYGON)\nETH_PRICE_FEED = 0x0715A7794a1dc8e42615F059dD6e406A6594651A\n```\n\n## Screenshots\n\n\u003cimg src=\"./docs/1.png\"\u003e\u003c/img\u003e\n\n## How to clone and contribute\n\n- Getting the repository ready\n\n```sh\ngit clone https://github.com/Arun89-crypto/CryptoVault\ncd CryptoVault\n```\n\n- Setting up the dependencies (Contract)\n\n```sh\ncd cryptovault-contracts\nnpm i\nnpx hardhat compile\nnpx hardhat deploy\n```\n\n- Setting up the dependencies (Contract)\n\n```sh\ncd frontend\nyarn\nyarn dev\n```\n\n- To contribute\n  - Fork the repository\n  - Create new branch : `git checkout -b \u003cbranch_name\u003e`\n  - Do the changes\n  - Create PR\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focdbytes%2Fcryptovault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focdbytes%2Fcryptovault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focdbytes%2Fcryptovault/lists"}