{"id":19107559,"url":"https://github.com/smartcontractkit/blockchain-ecosystem-map","last_synced_at":"2025-07-28T20:08:58.761Z","repository":{"id":60278889,"uuid":"472763202","full_name":"smartcontractkit/blockchain-ecosystem-map","owner":"smartcontractkit","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-01T17:43:40.000Z","size":7674,"stargazers_count":7,"open_issues_count":15,"forks_count":5,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-30T18:49:30.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ecosystem.blockchain.education","language":"JavaScript","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/smartcontractkit.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-03-22T12:44:01.000Z","updated_at":"2023-05-30T18:08:58.000Z","dependencies_parsed_at":"2025-04-30T18:49:32.534Z","dependency_job_id":"02c554f2-eb7f-4ed4-8770-0da626747855","html_url":"https://github.com/smartcontractkit/blockchain-ecosystem-map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smartcontractkit/blockchain-ecosystem-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fblockchain-ecosystem-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fblockchain-ecosystem-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fblockchain-ecosystem-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fblockchain-ecosystem-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcontractkit","download_url":"https://codeload.github.com/smartcontractkit/blockchain-ecosystem-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fblockchain-ecosystem-map/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267578003,"owners_count":24110351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-11-09T04:13:02.331Z","updated_at":"2025-07-28T20:08:58.683Z","avatar_url":"https://github.com/smartcontractkit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[repo]: https://github.com/thisdot/blockchain-ecosystem-map/tree/main\n\n# Blockchain ecosystem\n\n_Everything you need to start building blockchain applications_\n\n## Contribute to the content\n\nAll of the content files are located in `./data` folder\n\n### Get started\n\n- Add new learn info to the [`./data/learn.yaml`](data/learn.yaml)\n- Add new fund info to the [`./data/fund.yaml`](data/fund.yaml)\n\n### Development Cycle\n\n- Add new develop info to the [`./data/develop.yaml`](data/develop.yaml)\n- Add new test info to the [`./data/test.yaml`](data/test.yaml)\n- Add new secure info to the [`./data/secure.yaml`](data/secure.yaml)\n- Add new deploy info to the [`./data/deploy.yaml`](data/deploy.yaml)\n- Add new monitor info to the [`./data/monitor.yaml`](data/monitor.yaml)\n- Add new manage info to the [`./data/manage.yaml`](data/manage.yaml)\n\n### Share\n\n- Add new community info to the [`./data/community.yaml`](data/community.yaml)\n- Add new market info to the [`./data/market.yaml`](data/market.yaml)\n\n### Blockchains\n\n- Add new blockchain to the [`./data/blockchains.yaml`](data/blockchains.yaml)\n\n### Chapters Data Structure\n\n- Add new chapter or chapter contents [`./data/chapters.yaml`](data/chapters.yaml). This file is used to dynamically\n  build the content in both the [navigation items](src/components/NavItem) and also the\n  [main contents](src/pages/index.js) (Get started, Development Cycle and Share).\n\n## Contribute to the website\n\nAll the source code is located in `./src` folder\n\n- Add new components to the [`./src/components`](src/components) folder\n- Add new pages to the [`./src/pages`](src/pages) folder\n- Add new styles to the [`./src/styles`](src/styles) folder\n- Add new icons to the [`./src/icons`](src/icons) folder\n\n## Getting Started\n\n```bash\n\n# To install dependencies\nnpm install\n\n# To run development server\nnpm run dev\n\n# or\n\n# To install dependencies\nyarn\n\n# To run development server\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 [`src/pages/index.js`](src/pages/index.js). The page auto-updates as you\nedit the file.\n\n## Packages\n\n- [Prettier](https://prettier.io)\n- [Yaml-loader](https://github.com/eemeli/yaml-loader)\n- [Storybook](https://storybook.js.org/blog/get-started-with-storybook-and-next-js/)\n- [Husky](https://typicode.github.io/husky/)\n\n## Style methodology\n\nWe use SASS and a simplified BEM\n\n## How to contribute to the repository\n\nFork the repository, create work and raise a PR using the provided template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fblockchain-ecosystem-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcontractkit%2Fblockchain-ecosystem-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fblockchain-ecosystem-map/lists"}