{"id":19571534,"url":"https://github.com/block-core/blockcore-blog","last_synced_at":"2026-05-15T15:33:25.890Z","repository":{"id":238741157,"uuid":"797384176","full_name":"block-core/blockcore-blog","owner":"block-core","description":"Blockcore Blog","archived":false,"fork":false,"pushed_at":"2024-05-08T06:26:10.000Z","size":1198,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-24T14:39:45.661Z","etag":null,"topics":["blockchain","blockcore","blog"],"latest_commit_sha":null,"homepage":"https://blog.blockcore.net/","language":"Astro","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/block-core.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}},"created_at":"2024-05-07T18:13:14.000Z","updated_at":"2024-05-19T06:00:07.000Z","dependencies_parsed_at":"2024-05-07T20:48:00.570Z","dependency_job_id":"167ae967-8fc7-4a9c-9ff4-cd78bd0b367f","html_url":"https://github.com/block-core/blockcore-blog","commit_stats":null,"previous_names":["block-core/blockcore-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/block-core/blockcore-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/block-core","download_url":"https://codeload.github.com/block-core/blockcore-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/block-core%2Fblockcore-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33071165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["blockchain","blockcore","blog"],"created_at":"2024-11-11T06:19:14.044Z","updated_at":"2026-05-15T15:33:25.871Z","avatar_url":"https://github.com/block-core.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ Blockcore Blog\n\n**Welcome to the Blockcore Blog – The Future of Decentralization**\n\nAt Blockcore, we are more than just a technology provider; we are visionaries and architects of a decentralized future. The Blockcore blog is your ultimate resource for everything related to blockchain, cryptocurrency, and the evolution of financial systems. \n\nOur blog is a treasure trove of insights, from cutting-edge news in the world of cryptocurrency to practical tips on blockchain implementation. Whether you're a developer keen on building custom blockchains or an enthusiast eager to learn about the potential of decentralized technologies, this blog has something for everyone.\n\n**Why Follow the Blockcore Blog?**\n\n- **Expert Insights**: Learn from a team of seasoned blockchain developers and engineers who are at the forefront of blockchain innovation.\n- **Practical Tips**: Get hands-on advice on utilizing Blockcore’s comprehensive platform, including blockchain nodes, wallets, and decentralized web nodes.\n- **Latest Trends**: Stay updated with the latest trends and developments in cryptocurrency and blockchain technology.\n- **Community Driven**: Join a growing community that’s shaping the future of decentralized societies based on the principles of Web5.\n\nAt Blockcore, we believe in decentralizing everything. Our blog serves as a platform to spread this vision and empower you with the knowledge to build your own blockchains and modernize societies. Dive into our content to explore how our free, open-source software is paving the way for modern decentralized communities and systems.\n\n**Join us in building a better future. Let’s go!**\n\n\n## 🚀 How to Use\n\n1. clone this repository, run `pnpm install` AND `pnpm add sharp` to install dependencies.  \n   - Install [pnpm](https://pnpm.io) `npm install -g pnpm` if you haven't.\n2. Run `pnpm new-post \u003cfilename\u003e` to create a new post and edit it in `src/content/posts/`.\n\n## ⚙️ Frontmatter of Posts\n\n```yaml\n---\ntitle: My First Blog Post\npublished: 2024-05-08\ndescription: This is the first post.\nimage: /images/cover.jpg\ntags: [Foo, Bar, Blockcore]\ncategory: Front-end\ndraft: false\n---\n```\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                             | Action                                           |\n|:------------------------------------|:-------------------------------------------------|\n| `pnpm install` AND `pnpm add sharp` | Installs dependencies                            |\n| `pnpm dev`                          | Starts local dev server at `localhost:4321`      |\n| `pnpm build`                        | Build your production site to `./dist/`          |\n| `pnpm preview`                      | Preview your build locally, before deploying     |\n| `pnpm new-post \u003cfilename\u003e`          | Create a new post                                |\n| `pnpm astro ...`                    | Run CLI commands like `astro add`, `astro check` |\n| `pnpm astro --help`                 | Get help using the Astro CLI                     |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-core%2Fblockcore-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-core%2Fblockcore-blog/lists"}