{"id":32951364,"url":"https://github.com/hashgraph/hedera-accelerator-defi-dex","last_synced_at":"2026-05-24T13:30:51.307Z","repository":{"id":46319091,"uuid":"514383067","full_name":"hashgraph/hedera-accelerator-defi-dex","owner":"hashgraph","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-06T16:33:28.000Z","size":4313,"stargazers_count":8,"open_issues_count":21,"forks_count":5,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-03-06T19:58:10.547Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"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/hashgraph.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":".github/CODEOWNERS","security":"SECURITY.md","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-15T19:28:10.000Z","updated_at":"2025-07-28T17:50:49.000Z","dependencies_parsed_at":"2024-06-13T15:39:57.684Z","dependency_job_id":"007238ca-6fa7-41b2-a77f-701fc454bd42","html_url":"https://github.com/hashgraph/hedera-accelerator-defi-dex","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hashgraph/hedera-accelerator-defi-dex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashgraph","download_url":"https://codeload.github.com/hashgraph/hedera-accelerator-defi-dex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashgraph%2Fhedera-accelerator-defi-dex/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":["hacktoberfest"],"created_at":"2025-11-12T21:00:33.814Z","updated_at":"2026-05-24T13:30:51.301Z","avatar_url":"https://github.com/hashgraph.png","language":"TypeScript","funding_links":[],"categories":["**Open Source Developer Assets**"],"sub_categories":["**Accelerators**"],"readme":"# Project Setup -\n\n## Run locally follow these instructions - Needs Node v18.x.x and npm\n\n[Follow this link to get context of HardHat](https://hardhat.org/getting-started)\n\nCompile and run tests -\n\n```shell\nnpx hardhat compile\nnpx hardhat test\n```\n\n---\n\n## `Deploy existing contracts on testnet using gitHub actions`\n\nTests run before deploying the contract on testnet.\n\n#### Normal contract\n\n1. Go to [GitHub action page](https://github.com/hashgraph/hedera-accelerator-defi-dex/actions/workflows/deploy-contract-github.yml)\n2. Run this workflow `Deploy a contract to testnet using dispatch` with input parameters contract name and type e.g. contract name = `factory` and contract type = `Logic`. Both name and type are case sensitive.\n3. Monitor the `Deploy a contract to testnet using dispatch` workflow.\n\n#### Proxy contract\n\n1. Go to [GitHub action page](https://github.com/hashgraph/hedera-accelerator-defi-dex/actions/workflows/deploy-contract-github.yml)\n2. Run this workflow `Deploy a contract to testnet using dispatch` with input parameters contract name and type e.g. contract name = `factory` and contract type = `Proxy`. Both name and type are case sensitive.\n3. Monitor the `Deploy a contract to testnet using dispatch` workflow.\n\n#### Upgrade implementation contract\n\n1. Go to [GitHub action page](https://github.com/hashgraph/hedera-accelerator-defi-dex/actions/workflows/deploy-contract-github.yml)\n2. Run this workflow `Deploy a contract to testnet using dispatch` with input parameters contract name and type e.g. contract name = `factory` and contract type = `Upgrade`. Both name and type are case sensitive.\n3. Monitor the `Deploy a contract to testnet using dispatch` workflow.\n\n---\n\n## `Deploy contracts on testnet using command line`\n\n### New contract (one time setup needed)\n\n1. Go to [./deployment/deploy.ts](./deployment/deploy.ts)\n2. Add new contract name in SUPPORTED_CONTRACTS_FOR_DEPLOYMENT\n3. Run `npx hardhat run deployment/deploy.ts`\n\n### Existing contract\n\nRun `npx hardhat run deployment/deploy.ts`\n\nOnce above command executes, a prompt in terminal displays options to deploy contracts\n\n1. create - Deploys a new logic contract\n2. upgrade - Upgrades the existing proxy with new implementation\n\n---\n\n## [Contract Upgrade Strategy](./UPGRADE.md)\n\n---\n\n## `Linter set up` -\n\n- All \\*.sol files should be formatted with - NomicFoundation.hardhat-solidity\n- Pls verify the default formatter is below under `/Users/\u003cUSER\u003e/Library/Application\\ Support/Code/User/settings.json`\n- Please enable format on save settings in VS code - Code -\u003e Preferences -\u003e Settings -\u003e Text Editor -\u003e Formatting -\u003e Format On Save\n\n```\n\"[solidity]\": {\n        \"editor.defaultFormatter\": \"NomicFoundation.hardhat-solidity\"\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashgraph%2Fhedera-accelerator-defi-dex/lists"}