{"id":32951365,"url":"https://github.com/hashgraph/hedera-accelerator-defi-dex-ui","last_synced_at":"2026-05-24T13:30:55.495Z","repository":{"id":46754033,"uuid":"515650957","full_name":"hashgraph/hedera-accelerator-defi-dex-ui","owner":"hashgraph","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-30T12:35:17.000Z","size":113849,"stargazers_count":15,"open_issues_count":25,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-03T04:18:06.039Z","etag":null,"topics":["dao","decentralized-autonomus-organization","decentralized-exchange","dex","hacktoberfest","hedera","react"],"latest_commit_sha":null,"homepage":"https://hashiodao.swirldslabs.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashgraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-19T15:55:46.000Z","updated_at":"2025-12-30T12:35:20.000Z","dependencies_parsed_at":"2023-09-23T15:25:50.376Z","dependency_job_id":"26ddafab-d019-4b9f-9b48-a553eac5546e","html_url":"https://github.com/hashgraph/hedera-accelerator-defi-dex-ui","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hashgraph/hedera-accelerator-defi-dex-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashgraph","download_url":"https://codeload.github.com/hashgraph/hedera-accelerator-defi-dex-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33436554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dao","decentralized-autonomus-organization","decentralized-exchange","dex","hacktoberfest","hedera","react"],"created_at":"2025-11-12T21:00:33.814Z","updated_at":"2026-05-24T13:30:55.488Z","avatar_url":"https://github.com/hashgraph.png","language":"TypeScript","funding_links":[],"categories":["**Open Source Developer Assets**"],"sub_categories":["**Accelerators**"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    Hedera DeFi UI Accelerator\n  \u003c/h1\u003e\n\u003c/div\u003e\n  \n\u003cul\u003e\n  \u003cli\u003e\u003cb\u003e\u003ca href=\"https://dao.web3nomad.org/\"\u003eDAO-as-a-Service (Testnet)\u003c/a\u003e\u003c/b\u003e\u003c/li\u003e\n  \u003cli\u003e\u003cb\u003e\u003ca href=\"https://hashiodao.swirldslabs.com/\"\u003eDAO-as-a-Service (Mainnet)\u003c/a\u003e\u003c/b\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr /\u003e\n\n\n## Status: **POC**\nThe DEX component is not active. \n\n## Table of Contents\n\n- [Installation](#installation)\n- [Setup Local Environment](#setup-local-environment)\n- [Usage](#usage)\n\n## Installation\n\nInstall dependencies with yarn.\n\n```\nyarn install\n```\n\n## Setup Local Environment \n\n### Setup HTTPS for Local Wallet Pairing\n\nThe Hedera DeFi Accelerator apps utilize the [hashconnect](https://github.com/Hashpack/hashconnect) library to pair with supported wallet extensions. Currently, the only supported wallet extension is [HashPack](https://www.hashpack.app/). The HashConnect 1-click pairing feature only works in an SSL secured environment (**https** URLs). To enable `HTTPS` in your local build:\n\n1. Create an `.env` file in the root of this project.\n2. In the `.env` file set the `HTTPS` environment variable to `true`. \n\n```\n/* .env */\nHTTPS=true\n```\n\n3. Create an SSL certificate. There are several tools that can be used to generate a certificate and key. An easy way to do this is to use the [mkcert](https://github.com/FiloSottile/mkcert) tool.\n\n```\n# The [Homebrew](https://brew.sh/) macOS package manager is used for this example\n\n# Install mkcert tool\nbrew install mkcert\n\n# Install nss (only needed if you use Firefox)\nbrew install nss\n\n# Setup mkcert on your machine (creates a CA)\nmkcert -install\n\n# Create a directory to store the certificate and key\nmkdir -p .cert\n\n# Generate the certificate (ran from the root of this project)\nmkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem \"localhost\"\n```\n\n4. Set the `SSL_CRT_FILE` and `SSL_CRT_FILE` environment variables to the path of the certificate and key files.\n\n```\n/* .env */\nHTTPS=true\n\n/* Path to certificate */\nSSL_CRT_FILE=./.cert/cert.pem\n\n/* Path to key */\nSSL_KEY_FILE=./.cert/key.pem\n```\n\n5. Make sure to include `.env` and `.cert` in your `.gitignore` file so this information is not committed to version control.\n\n6. Run the application with `vercel dev` (see [Usage](#usage) for Vercel installation). You should see `https://` prefixed to the localhost URL.\n\n### Setup Pinata Environment variables to use the Pinata IPFS API\n\nThe DeFi apps store and retrieve  IPFS data using Pinata. A Pinata public key, secret key, and gateway URL are necessary for IPFS pinning and fetching features to work as intended. You will need to create a Pinata account to create a new set of keys and a gateway URL. A more comprehensive tutorial can be found in the [Pinata API Docs](https://docs.pinata.cloud/docs/welcome-to-pinata).\n\n```\nPRIVATE_PINATA_API_KEY=/** Public Key **/\nPRIVATE_PINATA_API_SECRET_KEY=/** Secret Key **/\nVITE_PUBLIC_PINATA_GATEWAY_URL=/** Gateway URL **/\n```\n\n## Usage\n\nThe DeFi apps utilize [Vercel Serverless Functions](https://vercel.com/docs/functions/serverless-functions) to communicate with third-party APIs such as IPFS. You will need to install the [Vercel CLI](https://vercel.com/docs/cli) to run the applications.\n\n### Run The Application\n\n```\nvercel dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex-ui/lists"}