An open API service indexing awesome lists of open source software.

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

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 |