{"id":23292951,"url":"https://github.com/reaperdragon/nextedge-bank","last_synced_at":"2026-04-02T03:09:24.098Z","repository":{"id":93283215,"uuid":"550279400","full_name":"reaperdragon/nextedge-bank","owner":"reaperdragon","description":"NextEdge is Bank Dapp Built with Next JS, Solidity, Hardhat, Polygon Mumbai Testnet and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2022-10-13T04:48:10.000Z","size":364,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T18:50:55.430Z","etag":null,"topics":["blockchain","dapps-development","ethereum","ethersjs","hardhat","javascript","nextjs","polygon","reactjs","solidity","tailwindcss","web3"],"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/reaperdragon.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":"2022-10-12T13:46:25.000Z","updated_at":"2023-12-02T17:10:31.000Z","dependencies_parsed_at":"2023-04-28T08:31:26.402Z","dependency_job_id":null,"html_url":"https://github.com/reaperdragon/nextedge-bank","commit_stats":null,"previous_names":["reaperdragon/nextedge-bank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reaperdragon/nextedge-bank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Fnextedge-bank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Fnextedge-bank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Fnextedge-bank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Fnextedge-bank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reaperdragon","download_url":"https://codeload.github.com/reaperdragon/nextedge-bank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reaperdragon%2Fnextedge-bank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blockchain","dapps-development","ethereum","ethersjs","hardhat","javascript","nextjs","polygon","reactjs","solidity","tailwindcss","web3"],"created_at":"2024-12-20T06:12:32.975Z","updated_at":"2026-04-02T03:09:24.071Z","avatar_url":"https://github.com/reaperdragon.png","language":"JavaScript","readme":"# NextEdge Bank\n\n\u003cimg width=\"1600\" alt=\"credit\" src=\"https://user-images.githubusercontent.com/67114280/195503756-f633b1f2-5b6d-4be9-8452-560e6196708a.png\"\u003e\n\n### Built with Next Js, Hardhat, Solidity, and Tailwind CSS.\n\n### Stack\n\n- Frontend : [Next Js](https://nextjs.org/)\n- Smart Contract Lang : [Solidity](https://docs.soliditylang.org/en/v0.8.17/)\n- Dev Environment for ETH Software: [Hardhat](https://hardhat.org/)\n- Network : [Polygon](https://polygon.technology/)\n- Style : [Tailwind CSS](https://tailwindcss.com/)\n\n### Installation\n\n####  Fork The Repo \n\nClick on the Right Side of the Top Bar to After the Watch button. \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/38/GitHub_Fork_Button.png\" width=\"120px\" /\u003e\n\nNow It will be available in GitHub Account.\n\n#### OR\n\n#### Clone\n\n- Clone this repo with url\n\n```shell\ngit clone https://github.com/Aakrut/nextedge-bank\n```\n\n##### Setup\n\n\u003e Install npm dependencies using npm install\n\n```shell\n$ npm install \u0026\u0026 cd nextedge-bank \u0026\u0026 npm install\n```\n\n\u003e Set up environment Variables I already Provided .env.example file.\n\n\u003e Create a .env file in the root directory.\n\n\u003e Set up required environment variables.\n\n```\nURL=\"POLYGON_TESTNET_URI\"\nPRIVATE_KEY=\"METAMASK_PRIVATE_KEY\"\nNEXT_PUBLIC_CONTRACT_ADDRESS=\"CONTRACT_ADDRESS\"\n```\n\n\u003e In the Root Directory First Compile Your Smart Contract with This Following Command.\n\n```shell\nnpx hardhat compile\n```\n\n\u003e After Deploy Smart Contract to the Polygon Mumbai Testnet with this command.\n\n```shell\nnpx hardhat run scripts/deploy.js --network mumbai\n```\n\n\u003e Copy Smart Contract Address and replace it in with your \"CONTRACT_ADDRESS\"\n\n```\nNEXT_PUBLIC_CONTRACT_ADDRESS=\"CONTRACT_ADDRESS\"\n```\n\nLet's Run this command for dev\n\n```shell\nnpm run dev\n--or--\nyarn dev\n```\n\n### Screenshots\n\n\u003cimg width=\"1600\" alt=\"NextEdge\" src=\"https://user-images.githubusercontent.com/67114280/195503736-df69ee58-f14f-42c3-8056-57b75011d8cc.png\"\u003e\n\n\u003cimg width=\"1600\" alt=\"dashboard\" src=\"https://user-images.githubusercontent.com/67114280/195503726-c58ad7f9-5ab3-426a-bc1a-dec3cf9e7859.png\"\u003e\n\n\u003cimg width=\"1600\" alt=\"dashboard 2\" src=\"https://user-images.githubusercontent.com/67114280/195503711-1585bc2f-cf7b-4084-896d-379a2c6fc4ea.png\"\u003e\n\n\u003cimg width=\"1600\" alt=\"responsive\" src=\"https://user-images.githubusercontent.com/67114280/195503745-3965b35c-3a4b-4a5e-87fe-7aa15e86228d.png\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaperdragon%2Fnextedge-bank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freaperdragon%2Fnextedge-bank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freaperdragon%2Fnextedge-bank/lists"}