{"id":27951251,"url":"https://github.com/0xjuancito/polytonal","last_synced_at":"2026-07-14T00:31:16.786Z","repository":{"id":137434093,"uuid":"552355854","full_name":"0xJuancito/polytonal","owner":"0xJuancito","description":"Track all your Harmony wallets in one place","archived":false,"fork":false,"pushed_at":"2022-11-21T20:26:34.000Z","size":275,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T21:40:48.558Z","etag":null,"topics":["analytics","cryptocurrency","harmony","harmony-one","visualization","visualizations","wallet","wallets"],"latest_commit_sha":null,"homepage":"https://polytonal.vercel.app","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/0xJuancito.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-16T12:08:46.000Z","updated_at":"2022-10-20T18:18:04.000Z","dependencies_parsed_at":"2023-07-21T08:01:22.694Z","dependency_job_id":null,"html_url":"https://github.com/0xJuancito/polytonal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xJuancito/polytonal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xJuancito%2Fpolytonal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xJuancito%2Fpolytonal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xJuancito%2Fpolytonal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xJuancito%2Fpolytonal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xJuancito","download_url":"https://codeload.github.com/0xJuancito/polytonal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xJuancito%2Fpolytonal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35441637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":["analytics","cryptocurrency","harmony","harmony-one","visualization","visualizations","wallet","wallets"],"created_at":"2025-05-07T16:16:52.256Z","updated_at":"2026-07-14T00:31:16.780Z","avatar_url":"https://github.com/0xJuancito.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polytonal - For Encode x Harmony Hackathon\n\n\u003cimg width=\"729\" alt=\"Screen Shot 2022-10-20 at 11 36 12\" src=\"https://user-images.githubusercontent.com/12957692/196978974-793e7d16-6414-466a-81fa-94334b6884b1.png\"\u003e\n\n## Harmony SDK \u0026 Covalent Usage\n\n- [Harmony Marketplace SDK - HRC721 API tokenURI for retrieving the NFT metadata for HRC721](https://github.com/0xJuancito/polytonal/blob/main/components/HistoryTableTx.tsx)\n- [Harmony Marketplace SDK - HRC1155 API tokenURI for retrieving the NFT metadata for HRC1155](https://github.com/0xJuancito/polytonal/blob/main/components/HistoryTableTx.tsx)\n- [Harmony Marketplace SDK - KEY for generating a temporary wallet without private key](https://github.com/0xJuancito/polytonal/blob/main/components/HistoryTableTx.tsx)\n- [Harmony Marketplace SDK - HttpProvider for connecting to the Harmony RPC](https://github.com/0xJuancito/polytonal/blob/main/components/HistoryTableTx.tsx)\n- [Covalent - `transactions_v2` endpoint for getting the list of txs for the wallet and displaying it as a list](https://github.com/0xJuancito/polytonal/blob/main/lib/covalent.ts)\n- [Covalent - `balances_v2` endpoint for getting the Tokens balances for the user](https://github.com/0xJuancito/polytonal/blob/main/lib/covalent.ts)\n- [Covalent - `balances_v2` endpoint for getting the NFTs for the user](https://github.com/0xJuancito/polytonal/blob/main/lib/covalent.ts)\n\n## Features\n\n### Required by the hackathon\n\n- Use of the Harmony Marketplace SDK to integrate with the blockchain and the HRC standards\n- Use of Covalent APIs for getting wallet token and NFTs balances\n- Accept multiple wallet addresses entered by user\n- Retrieve all transaction details for the address over a period of time (default 1 month)\n- Retrieve all HRC20/721/1155 transactions that impact the user (e.g. transactions made by user and tokens transferred to the user, etc)\n- Show this information in a dashboard with ability to drill into each transaction (send user to explorer for more info)\n- Opensource (MIT / BSD) github\n- Working website that can be demonstrated: [https://polytonal.vercel.app](https://polytonal.vercel.app)\n\n### Extra features\n\n- Unified portfolio for transactions, balances and NFTs\n- Support both Harmony One (one...) and Ethereum (0x...) addresses\n- Display HRC20 tokens balances detail for all tokens the user has\n- Display the total price of the HRC20 assets the user has\n- Display a collection of NFTs owned by the user\n- Link to NFT metadata\n- Link to the explorer for the wallet address used\n- Link to the explorer for the address that the wallet interacted with\n- Display other interactions like Approval, Transfer, Mint, Burn, etc\n- Custom wallet icons to distinguish addresses\n- Filter by date or get all transactions\n- Local storage cache for quickly loading once the data has been retrieved\n\n\u003cp align=\"left\"\u003e\n\u003cimg width=\"45%\" alt=\"Screen Shot 2022-10-20 at 11 38 24\" src=\"https://user-images.githubusercontent.com/12957692/196979583-c167ef0b-ea50-41d6-9039-fa98b8b0756a.png\"\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003cimg width=\"45%\" alt=\"Screen Shot 2022-10-20 at 11 41 15\" src=\"https://user-images.githubusercontent.com/12957692/196980303-6898eafa-07ce-447e-b4e2-551d0f6b494a.png\"\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003cimg width=\"45%\" alt=\"Screen Shot 2022-10-20 at 11 38 15\" src=\"https://user-images.githubusercontent.com/12957692/196979592-2c174aee-680e-4afd-8e5d-0f452d7c0721.png\"\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003cimg width=\"45%\" alt=\"Screen Shot 2022-10-20 at 11 38 03\" src=\"https://user-images.githubusercontent.com/12957692/196979596-22a2eb9c-f64e-4702-b805-b8740db2f351.png\"\u003e\n\u003c/p\u003e\n\n## Wallet Examples\n\n- [Wallet with HRC20 interactions](https://polytonal.vercel.app/address/0x6e46f1e34fc46c6937741c3b262984615c13177f/overview)\n- [Wallet with recent HRC721 NFT game interactions](https://polytonal.vercel.app/address/0x01aa1d1131Ee8671A7864CD5bccD772B5479fE59/overview)\n- [Wallet with HRC1155 transfers](https://polytonal.vercel.app/address/0x2E3B19E64eA050d703a0282a6DD2AFE8952fe70b/overview)\n- [vitalik.eth wallet](https://polytonal.vercel.app/address/0xd8da6bf26964af9d7eed9e03e53415d37aa96045/overview)\n\n## Known Issues\n\nℹ️ Sometimes Covalent is down for NFTs or Tokens responses with an error message: `Failed to connect to upstream third-party service`. When that happens, NFTs or Token won't be able to show on their respective sections.\n\nℹ️ For some addresses with lots of assets/transactions, Covalent is not able to respondo from their API\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjuancito%2Fpolytonal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xjuancito%2Fpolytonal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjuancito%2Fpolytonal/lists"}