Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcstein/modular-blog
A modular blog built with Celestia, RollKit, Ethermint, and IPFS.
https://github.com/jcstein/modular-blog
Last synced: 22 days ago
JSON representation
A modular blog built with Celestia, RollKit, Ethermint, and IPFS.
- Host: GitHub
- URL: https://github.com/jcstein/modular-blog
- Owner: jcstein
- Created: 2022-12-10T03:38:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T02:09:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T03:15:51.974Z (about 1 month ago)
- Language: JavaScript
- Homepage: modular-blog.vercel.app
- Size: 1.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modular Blog
This is an implementation of a sovereign rollup built on Celestia to provide data availability and consensus, Ethermint with RollKit for execution, and IPFS for long-term data storage.
This allows users to securely create and share blog posts on their own modular blockchain without the need for a centralized server or authority.
## Contracts
There are example contracts and more details in the [contracts README](./contracts/README.md).
## Building the site
To run the site locally:
```sh
cd frontend && npm install && npm run dev
```