https://github.com/block-core/blockcore-blog
Blockcore Blog
https://github.com/block-core/blockcore-blog
blockchain blockcore blog
Last synced: 29 days ago
JSON representation
Blockcore Blog
- Host: GitHub
- URL: https://github.com/block-core/blockcore-blog
- Owner: block-core
- License: mit
- Created: 2024-05-07T18:13:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:26:10.000Z (about 2 years ago)
- Last Synced: 2025-12-24T14:39:45.661Z (6 months ago)
- Topics: blockchain, blockcore, blog
- Language: Astro
- Homepage: https://blog.blockcore.net/
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ Blockcore Blog
**Welcome to the Blockcore Blog – The Future of Decentralization**
At 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.
Our 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.
**Why Follow the Blockcore Blog?**
- **Expert Insights**: Learn from a team of seasoned blockchain developers and engineers who are at the forefront of blockchain innovation.
- **Practical Tips**: Get hands-on advice on utilizing Blockcore’s comprehensive platform, including blockchain nodes, wallets, and decentralized web nodes.
- **Latest Trends**: Stay updated with the latest trends and developments in cryptocurrency and blockchain technology.
- **Community Driven**: Join a growing community that’s shaping the future of decentralized societies based on the principles of Web5.
At 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.
**Join us in building a better future. Let’s go!**
## 🚀 How to Use
1. clone this repository, run `pnpm install` AND `pnpm add sharp` to install dependencies.
- Install [pnpm](https://pnpm.io) `npm install -g pnpm` if you haven't.
2. Run `pnpm new-post ` to create a new post and edit it in `src/content/posts/`.
## ⚙️ Frontmatter of Posts
```yaml
---
title: My First Blog Post
published: 2024-05-08
description: This is the first post.
image: /images/cover.jpg
tags: [Foo, Bar, Blockcore]
category: Front-end
draft: false
---
```
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:------------------------------------|:-------------------------------------------------|
| `pnpm install` AND `pnpm add sharp` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm new-post ` | Create a new post |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |