{"id":16158931,"url":"https://github.com/markkos89/d_d-x-chainbase-hackaton","last_synced_at":"2026-01-29T20:02:19.270Z","repository":{"id":204543141,"uuid":"708992753","full_name":"Markkos89/D_D-x-Chainbase-Hackaton","owner":"Markkos89","description":"Platform that shows information about a certain searched collection as well as the top trending collections on eth mainnet","archived":false,"fork":false,"pushed_at":"2023-11-02T06:29:37.000Z","size":976,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T03:05:02.532Z","etag":null,"topics":["chainbase","developerdao","hackaton","nextjs","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://dd-chainbase-hackaton-nfts-info-dashboard.vercel.app/","language":"TypeScript","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/Markkos89.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":"2023-10-23T19:50:31.000Z","updated_at":"2023-11-01T01:28:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e12d96cd-50cb-4eda-a75a-a84362324f1f","html_url":"https://github.com/Markkos89/D_D-x-Chainbase-Hackaton","commit_stats":null,"previous_names":["markkos89/d_d-x-chainbase-hackaton"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Markkos89/D_D-x-Chainbase-Hackaton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FD_D-x-Chainbase-Hackaton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FD_D-x-Chainbase-Hackaton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FD_D-x-Chainbase-Hackaton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FD_D-x-Chainbase-Hackaton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Markkos89","download_url":"https://codeload.github.com/Markkos89/D_D-x-Chainbase-Hackaton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkos89%2FD_D-x-Chainbase-Hackaton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chainbase","developerdao","hackaton","nextjs","react","tailwindcss"],"created_at":"2024-10-10T01:55:31.078Z","updated_at":"2026-01-29T20:02:19.253Z","avatar_url":"https://github.com/Markkos89.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# D_D x Chainbase Hackathon\n\n##### October 2023\n\nThis project aims to interact with the CHAINBASE API, we choose the NFT API:\nSince our objective was to create a platform that shows information about a\ncertain searched collection as well as the top trending collections on eth\nmainnet\n\n## Introduction\n\nThis documentation will guide you to run the project locally and make different\nqueries to the CHAINBASE API.\n\n- [D_D x Chainbase Hackathon](#d_d-x-chainbase-hackathon) -\n  [October 2023](#october-2023)\n  - [Installation](#installation)\n  - [Run](#run)\n  - [Chainbase API Routes](#chainbase-api-routes)\n  - [Examples of use](#examples-of-use)\n  - [GET top trending NFTs](#get-top-trending-nfts)\n  - [Deploy on Vercel](#deploy-on-vercel)\n\n### Installation\n\nAsumiendo que tiene node.js preinstalado, asegurese de que su terminal este\nposicionada en la carpeta raiz del proyecto y ejecute el siguiente comando para\ninstalar todas las dependencias necesarias:\n\n```\npnpm install\n```\n\n### Run\n\nAhora ya puedes comenzar a ejecutar el programa con el siguiente comando:\n\n```\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nStart making requests from Thunder Client, Postman, or another alternative\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the\nresult.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page\nauto-updates as you edit the file.\n\n### Chainbase API Routes\n\n| METHOD | URL                                                     | DESCRIPTION                                                                                                                                      |\n| ------ | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |\n| GET    | https://api.chainbase.online/v1/nft/collection/trending | Get the most popular NFTs. The parameters `chain_id`, `range`, `exchange_name`, `sort`, `page` and `limit` must be provided as query parameters. |\n\n### Examples of use\n\nAll GET queries will return a JSON format.\n\n### GET top trending NFTs\n\nURL route to get top trending NFTs collections:\n\n`https://api.chainbase.online/v1/nft/collection/trending?chain_id=1\u0026range=7d\u0026exchange_name=all\u0026sort=volume_desc\u0026page=1\u0026limit=20`\n\nRequest body:\n\n```json\n{\n  \"chain_id\": \"1\",\n  \"range\": \"7d\",\n  \"exchange_name\": \"all\",\n  \"sort\": \"volume_desc\",\n  \"page\": \"1\",\n  \"limit\": \"20\"\n}\n```\n\nPlease note that this is just an example and may not exactly reflect how GET\nroutes work in the Chainbase API. I would recommend you check the official\ndocumentation or contact the development team for accurate information. ¡I hope\nthis helps!.\n\n### Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the\n[Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme)\nfrom the creators of Next.js.\n\nCheck out our\n[Next.js deployment documentation](https://nextjs.org/docs/deployment) for more\ndetails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkos89%2Fd_d-x-chainbase-hackaton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkkos89%2Fd_d-x-chainbase-hackaton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkos89%2Fd_d-x-chainbase-hackaton/lists"}